Skip to main content
Glama
glira

mcp-tomticket

by glira

tomticket_customer_quick_access

Generates a temporary token for customer portal access, valid for 5 minutes, using the customer's internal ID or email.

Instructions

ATENCAO: gera token temporario (5 min) para o painel do cliente.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
customer_idYesId interno ou email do cliente.
customer_type_idNoI = id interno, E = email. Padrao I.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.0.0

TDQS

B3.1/5.0
Behavior3/5

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

With no annotations provided, the description carries the full transparency burden. It does usefully disclose that a temporary token is generated, that it lasts 5 minutes, and that it targets the customer panel. However, it does not explain what the token enables, how it is returned, or whether it invalidates prior tokens.

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?

The description is a single compact sentence that front-loads the key warning and includes the most important facts: temporary token, 5-minute lifetime, and customer panel. It is not bloated, though the brevity leaves some behavioral gaps, so a 5 is not warranted.

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?

There is no output schema and no annotations, yet the description does not mention the return format, how the token is consumed, or any permission or side-effect expectations. For a token-generation tool, this leaves an agent uncertain about response handling and downstream use.

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%, with the customer_id parameter described as internal ID or email and customer_type_id defined via enum with a default. The description itself adds no parameter-level detail, so the baseline 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 states a specific action ('gera token temporario') and the target resource ('painel do cliente'), so the core purpose is clear. It does not explicitly distinguish itself from sibling tools, though no sibling obviously generates access tokens; therefore it falls short of a full 5.

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 gives no guidance on when to use this tool versus alternatives, no prerequisites, and no exclusions. The 'ATENCAO' prefix is a warning rather than usage direction; an agent would have to infer the intended context from the tool name and description.

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