We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/IQAIcom/mcp-abi'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
template.ts•396 B
export const FUNCTION_METADATA_TEMPLATE = `
Given this smart contract function:
{{functionAbi}}
From a contract named: {{contractName}}
With description: {{contractDescription}}
Generate a JSON response with:
{
"description": "A clear description of what this function does",
"similes": ["list", "of", "similar", "phrases"],
"examples": ["example", "natural", "language", "requests"]
}`;