Skip to main content
Glama
QNAP-AI-Agent-Registry-Manager.json2.2 kB
{ "name": "AI Agent - Registry Manager", "nodes": [ { "parameters": {}, "id": "chat-trigger", "name": "When chat message received", "type": "@n8n/n8n-nodes-langchain.chatTrigger", "typeVersion": 1, "position": [240, 300] }, { "parameters": { "options": {} }, "id": "ai-agent", "name": "AI Agent", "type": "@n8n/n8n-nodes-langchain.agent", "typeVersion": 1.6, "position": [460, 300] }, { "parameters": { "model": "claude-sonnet-4-20250514", "options": {} }, "id": "claude-model", "name": "Claude Sonnet 4.5", "type": "@n8n/n8n-nodes-langchain.lmChatAnthropic", "typeVersion": 1, "position": [680, 180], "credentials": { "anthropicApi": { "id": "YOUR_ANTHROPIC_CREDENTIAL_ID", "name": "Anthropic API" } } }, { "parameters": { "promptType": "define", "text": "You are the Agent Registry Manager AI.\n\nROLE: Manage all agents in our agency. Prevent duplicates. Recommend existing agents before creating new ones.\n\nYour knowledge base contains:\n- All existing agents (Document Control, Document Organizer, Quality Agent, Orchestrator)\n- Their capabilities and specializations\n- Agent relationships\n\nWHEN ASKED TO CREATE A NEW AGENT:\n1. FIRST: Search existing agents using your tool\n2. If similar agent exists: Recommend using it\n3. If not: Confirm it's a new capability\n\nBe helpful and conversational. Always search before suggesting new agents." }, "id": "system-prompt", "name": "System Prompt", "type": "@n8n/n8n-nodes-langchain.systemPrompt", "typeVersion": 1, "position": [680, 280] } ], "connections": { "When chat message received": { "main": [[{"node": "AI Agent", "type": "main", "index": 0}]] }, "AI Agent": { "ai_languageModel": [[{"node": "Claude Sonnet 4.5", "type": "ai_languageModel", "index": 0}]], "ai_prompt": [[{"node": "System Prompt", "type": "ai_prompt", "index": 0}]] } }, "active": false, "settings": { "executionOrder": "v1" } }

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/bermingham85/mcp-puppet-pipeline'

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