Skip to main content
Glama
markswendsen-code

mcp-tmobile

pay_bill

Pay your T-Mobile bill in a single transaction. Review payment details before confirming.

Instructions

Initiate a one-time bill payment for T-Mobile account. Returns payment details for review before confirmation.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
amountNoPayment amount in USD (optional, defaults to full balance due)
passwordNoT-Mobile password (optional if env var set)
usernameNoT-Mobile username/email (optional if env var set)
payment_methodNoPayment method to use (optional, uses default saved method)

Schema Changelog

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

  1. First observedv1.0.0

TDQS

A3.8/5.0
Behavior3/5

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

With no annotations, the description must disclose behavior itself, and it does add a useful trait: the payment is not confirmed yet, only review details are returned. However, it does not clarify what happens after review, whether this call actually charges the account, or if a separate confirmation step exists. This leaves meaningful ambiguity for a financial operation.

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?

Two sentences with zero filler: the first states the action and target, the second provides the key return behavior. Information is front-loaded and every sentence earns its place.

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

Completeness2/5

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

For a financial action with 4 optional parameters and no output schema, the description is under-specified. It introduces a review-before-confirmation flow but doesn't explain how to proceed after review, how optional parameters interact, or what a successful response looks like. An agent would be uncertain about the full workflow.

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 all 4 parameters, so the baseline is 3. The description adds no parameter-specific meaning beyond the schema, but it doesn't need to since each parameter is already documented. No gaps to compensate for.

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 ('Initiate') and resource ('one-time bill payment for T-Mobile account'), clearly distinguishing it from sibling read-only tools like get_usage_details and check_upgrade_eligibility. The added detail about returning payment details for review further clarifies its unique role.

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

Usage Guidelines4/5

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

The description makes the use case explicit: this is the tool for initiating a payment, in contrast to the sibling tools that all retrieve information. It doesn't explicitly name alternatives or exclusions, but the intended context is clear enough for an agent to select it over the getters.

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

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/markswendsen-code/mcp-tmobile'

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