Skip to main content
Glama

Get account information

get-user
Read-onlyIdempotent

Get account information for a user.

Side effects: none (read-only).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
user_idNoFax.Plus user ID. Default: self.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
uidYes
nameNo
emailYes
phoneNo
statusYes
lastnameNo
settingsNo
member_ofNo
account_dataNo
account_typeYes
creation_dateYes
notificationsNo
profile_imageNo
last_password_modification_dateNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

B3.2/5.0
Behavior2/5

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

The description repeats 'read-only' side effects, but this is already fully captured by annotations (readOnlyHint, idempotentHint, destructiveHint). No behavioral context is added beyond the structured annotations, such as permission requirements, rate limits, or return behavior.

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 two short sentences, front-loaded with the core purpose and with no filler. It is appropriately sized for such a simple tool.

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?

For a one-parameter, read-only tool with a full output schema and strong annotations, the description is almost complete. The main gap is the absence of any sibling differentiation, but the agent has enough schema and annotation context to invoke it correctly.

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 input schema already documents the single user_id parameter with its default ('Default: self'), and schema description coverage is 100%. The description adds no extra parameter semantics, so the baseline score of 3 is appropriate.

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?

The description clearly states the action ('Get') and resource ('account information for a user'), so an agent can understand the basic purpose. It does not explicitly differentiate from siblings like get-member-details or get-token-info, but the scope is still reasonably specific.

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 guidance on when to use this tool versus alternatives, no prerequisites, and no exclusions. The only additional sentence is about side effects, which does not help with tool selection or usage context.

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