Skip to main content
Glama

Claude Agents Power

by hongsw

get-agent-details

Retrieve comprehensive details about a specific agent from Claude Agents Power, including role-specific information and language preferences, to streamline agent selection and project integration.

Instructions

Get detailed information about a specific agent

Input Schema

NameRequiredDescriptionDefault
agentNameYesName of the agent (e.g., frontend-developer)
languageNoLanguage preference (en, kr)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, kr)", "enum": [ "en", "kr" ], "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/pair-role-mcp-server'

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