Skip to main content
Glama

guru_transactions_etickets

Read-onlyIdempotent

Vendas/transações no Guru (leitura). Ações: search (filtros: ordered_at_ini/end, confirmed_at_ini/end YYYY-MM-DD, transaction_status, product_id, subscription_id, contact_email/contact_doc/contact_name, marketplace_id, cursor); get (id); activities (id); order_bumps (id); etickets (id); by_marketplace (marketplace_name + marketplace_id; sub: detail|activities|order-bumps|etickets).

[Flattened action: etickets]

Bulk support: accepts ids, marketplace_ids, product_ids, subscription_ids for batched execution.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idNo
idsNo
subNo
cursorNo
accountNo
product_idNo
contact_docNo
product_idsNo
contact_nameNo
contact_emailNo
marketplace_idNo
ordered_at_endNo
ordered_at_iniNo
marketplace_idsNo
subscription_idNo
confirmed_at_endNo
confirmed_at_iniNo
marketplace_nameNo
subscription_idsNo
transaction_statusNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

B3.4/5.0
Behavior3/5

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

Annotations already declare readOnlyHint=true, destructiveHint=false, and idempotentHint=true, so the description doesn't need to repeat safety. It adds that bulk support is accepted, which is useful behavior. No contradiction, but no additional depth about pagination limits or response format. Given annotations cover safety, and the description adds bulk behavior, a 3 is appropriate.

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 moderately concise for a tool with 20 parameters. It groups actions and filters logically, and uses a compact bullet-like syntax. It front-loads the main purpose and then details. There is some token overhead with repeating 'id' in actions and bulk support, but overall it is structured efficiently.

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?

With 20 parameters and no output schema, the description provides a list of actions and filters, but it lacks explanation of what the etickets action returns, how cursor pagination works, or any required combination (e.g., marketplace_name must be accompanied by marketplace_id). It partially compensates but not fully for a complex tool with rich sibling ecosystem.

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 coverage is 0%, so the description must compensate. It lists many filter parameters for search and mentions the 'sub' enum, but it doesn't explain the meaning of each parameter beyond their names. It provides a list of parameters like ordered_at_ini/end, transaction_status, etc., which gives some awareness but not deeper semantics like expected formats or relationships. The baseline is low (0% coverage), so it earns some credit but not enough for a 4 or 5.

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 starts with 'Vendas/transações no Guru (leitura)' and lists actions including etickets, search, get, etc., so it clearly indicates this tool reads transactions and specifically provides eticket data. It distinguishes from siblings like guru_transactions_get or guru_etickets_list by exposing a composite of actions, but the flattened action 'etickets' gives it a specific focus. However, the description is more of a catalog of actions than a single clean purpose.

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?

It lists actions and filter parameters for search, and mentions bulk support, but it does not provide explicit guidance on when to use this tool vs siblings like guru_etickets_list or guru_contacts_etickets. The phrase '[Flattened action: etickets]' hints at a combined operation but without a clear 'use this when...' statement.

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.