Skip to main content
Glama
Synvoya
by Synvoya

get_agent_status

Retrieve detailed status and history for any agent to monitor progress, identify failures, and troubleshoot effectively.

Instructions

Get detailed status and history for a specific agent

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
agentIdYesAgent ID
Behavior2/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

No annotations are provided, so the description must disclose behavioral traits itself. It merely states 'Get' which implies a read operation, but doesn't mention whether the call is read-only (beyond inference), what errors might occur, if any special permissions are needed, or what the response contains beyond generic 'status and history'. This lack of detail is a gap given zero annotation coverage.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single sentence of eight words, front-loading the verb and resource. No fluff or repetition of schema details, making it maximally efficient.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a simple one-parameter getter with no output schema, the description gives a high-level purpose but omits what 'detailed' entails or the shape of the history data. It doesn't indicate any prerequisites or usage caveats, so while not disastrous, it leaves the agent guessing about response structure and edge cases.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The schema already fully documents the only parameter (agentId, string, 'Agent ID') with 100% coverage, so the baseline is 3. The description's phrase 'for a specific agent' merely echoes the schema without adding new semantic information.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description uses the specific verb 'Get' with resource 'detailed status and history' and scope 'specific agent', clearly distinguishing it from siblings like list_agents (which lists all agents) and get_status (which likely returns general status). The mention of 'history' adds unique scope.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides no explicit guidance on when to use this tool versus alternatives like get_status or list_agents. There are no preconditions, exclusions, or alternative tool references, leaving the agent to infer usage from the name and parameter alone.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

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/Synvoya/cerebro-mcp'

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