Skip to main content
Glama

Dev MCP Prompt Server

by LeonNonnast

load_skills

Load and integrate multiple skills into an AI agent's knowledge base to enhance specialized task execution. Supports skill IDs and optional agent naming for targeted functionality.

Instructions

Load and combine multiple skills into an agent's knowledge base

Input Schema

NameRequiredDescriptionDefault
agent_nameNoOptional: name for the specialized agent (e.g. sql-expert)
skill_idsYesArray of skill IDs to load (e.g., ['clean-code-clarity-readability', 'testing-strategies'])

Input Schema (JSON Schema)

{ "properties": { "agent_name": { "description": "Optional: name for the specialized agent (e.g. sql-expert)", "type": "string" }, "skill_ids": { "description": "Array of skill IDs to load (e.g., ['clean-code-clarity-readability', 'testing-strategies'])", "items": { "type": "string" }, "type": "array" } }, "required": [ "skill_ids" ], "type": "object" }

Other Tools from Dev MCP Prompt Server

Related Tools

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