Skip to main content
Glama

Claude Agents Power

by hongsw

get-agent-details

Retrieve comprehensive information about a specific agent by name, including role details and recommendations, to facilitate informed team composition decisions.

Instructions

Get detailed information about a specific agent

Input Schema

NameRequiredDescriptionDefault
agentNameYesName of the agent (e.g., frontend-developer)
languageNoLanguage preference (en, ko)en

Input Schema (JSON Schema)

{ "properties": { "agentName": { "description": "Name of the agent (e.g., frontend-developer)", "type": "string" }, "language": { "default": "en", "description": "Language preference (en, ko)", "enum": [ "en", "ko" ], "type": "string" } }, "required": [ "agentName" ], "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/claude-agents-power-mcp-server'

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