get_endpoint
Inputs (choose one):
How to use it
get_endpoint is exposed by the Apifable MCP server. Add the server to your MCP client (Claude Desktop, Cursor, Windsurf and others), and the get_endpoint tool becomes available to the model automatically. See the full listing for setup details and every tool this server provides.
Install Apifable
npx apifable@latest initOther tools in Apifable (14)
Inputs:
Returns the API title, version, description, servers, and all tags with their endpoint counts. Start here to understand the shape of an unfamiliar spec.
Inputs (choose one mode):
(number, optional): Max endpoints to return
Inputs:
(string) + path (string): HTTP method and endpoint path (e.g. get + /users/{id})
(string): Schema name from components/schemas
(number, optional): Number of endpoints to skip (default: 0)
(string): Operation ID (e.g. listUsers)
(string): Keyword to search for
(string[]): Array of schema names from components/schemas
Inputs:
Inputs:
(string): The tag name to filter by