Refresh Tools
MCP Servers
Refresh Tools
Refresh the list of available tools from an MCP server.
POST
Refresh Tools
Documentation Index
Fetch the complete documentation index at: https://docs.shinzo.ai/llms.txt
Use this file to discover all available pages before exploring further.
Authentication
Requires JWT token or Platform API key viaAuthorization: Bearer <token> header.
MCP server UUID
Description
Queries the MCP server’stools/list endpoint and updates the cached tool list. This is useful when the server has added or removed tools since it was first registered.
No request body is required.
Example Request
Example Response
Status Codes
| Code | Description |
|---|---|
200 | Tools refreshed successfully |
401 | Unauthorized - invalid or missing authentication |
404 | MCP server not found |
502 | Failed to connect to the MCP server |

