Skip to main content
Glama
shared-tools.json683 B
{ "name": "shared-tools", "version": "1.0.0", "description": "Shared tools for use in other configs", "tools": [ { "name": "shared_tool_1", "description": "A shared tool from the shared tools config", "inputSchema": { "type": "object", "properties": { "text": { "type": "string", "description": "Text to process" } }, "required": ["text"] } }, { "name": "shared_tool_2", "description": "Another shared tool", "command": "npx -y @some/tool-package", "inputSchema": {} } ], "env": { "SHARED_API_KEY": "shared_api_key_value" } }

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/thomasdavis/blah'

If you have feedback or need assistance with the MCP directory API, please join our Discord server