Skip to main content
Glama

Get managed account

get_managed_account
Read-only

Fetch one managed account by id — status, postable flag, platform, handle, profile, warming progress, cached analytics, and posting rules (earliestQueueDate, dailyCap, creditsPerPost). Free.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
accountIdYesManaged account UUID

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

B3.2/5.0
Behavior3/5

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

Annotations already declare readOnlyHint=true and openWorldHint=false, covering the safety profile. The description usefully adds that the call is 'Free' and enumerates the returned fields, but says nothing about what happens for an unknown id or any rate-limiting behavior.

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

Conciseness4/5

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

One tightly-packed sentence that front-loads the verb and key scoping detail. The field enumeration is dense but earns its place as the only documentation of what the tool returns.

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

Completeness4/5

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

With no output schema, enumerating the returned fields (status, postable flag, platform, handle, profile, warming progress, cached analytics, posting rules) is genuinely necessary and largely covers the return surface. Only error/not-found behavior is absent.

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?

Schema coverage is 100% and the single accountId parameter is documented as a 'Managed account UUID'. The description's 'by id' adds no format or constraint detail beyond the schema, so the baseline 3 applies.

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

Purpose4/5

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

States a specific verb (Fetch) and resource (one managed account) scoped by id. The 'one' implicitly contrasts with list_managed_accounts, but no sibling is named explicitly, so differentiation relies on inference.

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?

No guidance on when to use this versus get_managed_account_capacity, get_managed_accounts_pulse, or list_managed_accounts. The 'by id' phrasing implies direct lookup, but alternatives and prerequisites are never mentioned.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources