guru_checkout
Consulta/configura settings de oferta no checkout do Guru (POST checkout/offers/settings). Arg: data com os parâmetros da oferta.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | No | ||
| account | No |
Consulta/configura settings de oferta no checkout do Guru (POST checkout/offers/settings). Arg: data com os parâmetros da oferta.
| Name | Required | Description | Default |
|---|---|---|---|
| data | No | ||
| account | No |
Changes observed during successful MCP inspections.
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations provide no safety hints (all false) and the description adds little behavioral context. It indicates a POST request, which implies a write, but does not explain side effects, required permissions, or response behavior. The description relies on the endpoint without enriching the agent's understanding of consequences.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is very concise (one sentence), but it omits essential details like the account parameter and the shape of 'data'. It is front-loaded with the endpoint, yet under-specification prevents it from being an effective single-sentence summary.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the tool has a nested object parameter, no output schema, and no parameter descriptions, the description is too sparse. It does not mention the 'account' parameter, possible return values, or differentiate among the many offer/checkout siblings. The endpoint hint is useful but insufficient for an agent to invoke the tool correctly.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage is 0% and the description only mentions 'data com os parâmetros da oferta' (data with offer parameters), which vaguely maps to the 'data' param. The 'account' param is undocumented, and the structure of the data object is not explained. The description barely compensates for the schema's silence.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool consults/configures offer settings in Guru checkout, with a specific endpoint (POST checkout/offers/settings). It identifies both a verb and a resource, distinguishing it from most sibling tools except those dealing with offers/checkout options, which remain undifferentiated.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
No explicit guidance on when to use this tool versus alternatives. The description mentions resource and action but does not state prerequisites, exclusions, or contrast with similar sibling tools like guru_products_offer_checkout_options.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Add one secure layer between your agents and this server.