Skip to main content
Glama

Compteam

My account status

get_account_status
Read-only

Read limited membership and payment status for me or a linked child.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
child_idNo
branch_idYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.6/5.0
Behavior3/5

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

Annotations already declare readOnlyHint=true and destructiveHint=false, so the description only needs to add context. It adds the 'limited' scope and the 'me or linked child' target, but does not disclose details like authentication needs, output structure, or edge cases. Consistent with annotations.

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?

A single, front-loaded sentence states the action, resource, and scope with no filler. Every word earns its place.

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 read-only tool, the description establishes the basic purpose and scope, and annotations cover the safety profile. However, with no output schema and no explanation of branch_id, an agent still lacks some details needed to call the tool confidently. Adequate but with clear gaps.

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

Parameters2/5

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

Schema description coverage is 0%, so the description must compensate for undocumented parameters. It only alludes to a linked child via 'me or a linked child', giving partial meaning to child_id, but branch_id is completely unexplained and no parameter-level details are provided.

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 a specific verb ('Read') with a clear resource ('membership and payment status') and a clear target ('for me or a linked child'). It is easily distinguished from sibling tools that handle classes, subjects, clubs, or trial forms.

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

Usage Guidelines3/5

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

The description implies when to use the tool (when membership or payment status is needed) but gives no explicit guidance on when to choose it over alternatives, nor any exclusions or prerequisites. Sibling tool names are available but not referenced.

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