We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/ai-tools-all/grep_app_mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
adding-new-tool.md•444 B
---
description: add-new-tool
---
when adding a new tool,
1. implement the core functionality in core as functions / interface / that can be re-used
2. the tools sections provides an interface for the fastmcp server to epxose those tools
3. include examples on inputs that are ideally needed. see if fastmcp spec allows for that
when done implementing the tool, use add-notes workflow to add the notes about what you learnt in the folder.