get-server-tools
Retrieve a list of tools available on a specified MCP server using its server ID, enabling efficient management and customization of server resources.
Instructions
Get the tools available on a server
Input Schema
Name | Required | Description | Default |
---|---|---|---|
serverId | Yes | The ID of the server |
Input Schema (JSON Schema)
{
"properties": {
"serverId": {
"description": "The ID of the server",
"type": "string"
}
},
"required": [
"serverId"
],
"type": "object"
}