Introduce Fetch-all-like API tool calling #6
kaamilmirza
started this conversation in
Ideas
Replies: 2 comments 3 replies
-
hey @kaamilmirza, the Fetch APIs support for different entities is part of our plans for next releases. We will be releasing rolling updates soon. |
Beta Was this translation helpful? Give feedback.
3 replies
-
We are going to have similar functions/tools as we have in https://razorpay.com/docs/api/
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Proposal: Add Fetch-All Tooling to Razorpay-MCP Server
Context
Currently, the
razorpay-mcp-server
does not have any tooling for "fetch-all" type actions using Razorpay's APIs. These fetch APIs — such as fetching all payments, settlements, refunds, or transfers — are commonly used to provide users with summary or dashboard-related data.Possible thing to pick
Introduce a standardized set of fetch-all APIs within the MCP server to retrieve data from Razorpay. Since Razorpay’s fetch APIs generally follow a similar request payload and return a consistent response structure, implementing this should be straightforward.
Examples of APIs to Support
Why?
Beta Was this translation helpful? Give feedback.
All reactions