Skip to main content
Glama
load-skills.json651 B
{ "$schema": "../schema/tool-schema.json", "id": "load_skills", "name": "load_skills", "description": "Load and combine multiple skills into an agent's knowledge base", "input_schema": { "type": "object", "properties": { "skill_ids": { "type": "array", "items": { "type": "string" }, "description": "Array of skill IDs to load (e.g., ['clean-code-clarity-readability', 'testing-strategies'])" }, "agent_name": { "type": "string", "description": "Optional: name for the specialized agent (e.g. sql-expert)" } }, "required": ["skill_ids"] } }

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/LeonNonnast/mcpdevprompts'

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