Skip to main content
Glama
custom_tools.py402 B
def init_tools(mcp): @mcp.tool( name="TestConnection", description="Test connection with archicad" ) def test_connection(): """ Example of custom tool definition with fastmcp """ from archicad import ACConnection conn = ACConnection.connect() acc = conn.commands act = conn.types return conn

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/lgradisar/archicad-mcp'

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