Skip to main content
Glama

Claude Agents Power

by hongsw

install-agents

Deploy multiple sub-agents into a project directory by specifying agent names and target path, supported in English or Korean for tailored workflows.

Instructions

Install multiple sub-agents to a project directory

Input Schema

NameRequiredDescriptionDefault
agentNamesYesList of agent names to install
languageNoLanguage preference for agents (en, kr)en
targetPathYesTarget project directory path

Input Schema (JSON Schema)

{ "properties": { "agentNames": { "description": "List of agent names to install", "items": { "type": "string" }, "type": "array" }, "language": { "default": "en", "description": "Language preference for agents (en, kr)", "enum": [ "en", "kr" ], "type": "string" }, "targetPath": { "description": "Target project directory path", "type": "string" } }, "required": [ "agentNames", "targetPath" ], "type": "object" }

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/hongsw/pair-role-mcp-server'

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