Skip to main content
Glama

MCP Billing Gateway

get_operator_info

Get current operator profile and status

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
api_keyYesOperator API key

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observed

TDQS

A3.7/5.0
Behavior3/5

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

No annotations are provided, so the description carries the full burden. It clearly implies a read-only operation via 'Get' and scopes it to the current operator, which suggests non-destructive behavior. However, it does not describe response shape, error behavior, or whether any permissions beyond the api_key are required.

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, front-loaded sentence with a clear verb and object. It contains no filler, unnecessary repetition, or redundant restatement of the tool name.

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?

Given the simple interface (one required api_key) and lack of an output schema, this is minimally viable but not complete. It names 'profile and status' but does not clarify what those fields include, how status is represented, or what error conditions might occur.

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 description coverage is 100% for the single parameter, so the baseline is 3. The description adds no meaningful parameter details beyond what the schema already states; 'current operator' indirectly links the api_key to identity but does not clarify syntax, format, or validation.

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 ('Get') and identifies a clear resource ('current operator profile and status'). It is distinct from sibling tools that target servers, plans, revenue, or usage, and 'current' clarifies the scope as the authenticated operator's own info.

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 usage whenever the current operator's profile or status is needed, but it does not explicitly state when not to use the tool or mention alternatives among the sibling tools. The self-scoped 'current operator' phrasing provides some context but no exclusions.

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.