Skip to main content
Glama

guru_products_subscription_options

Read-onlyIdempotent

Produtos e ofertas no Guru (leitura). Ações: list (filtros name, type, marketplace_id, is_hidden, cursor); get (product_id); subscription_options (product_id); checkout_options (product_id + section); offers (product_id); offer (product_id + offer_id); offer_subscription_options (product_id + offer_id); offer_checkout_options (product_id + offer_id + section). section ∈ appearance|content|emails|order-bump|pixels|redirects.

[Flattened action: subscription_options]

Bulk support: accepts product_ids, offer_ids, marketplace_ids for batched execution.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameNo
typeNo
cursorNo
accountNo
sectionNo
offer_idNo
is_hiddenNo
offer_idsNo
product_idNo
product_idsNo
marketplace_idNo
marketplace_idsNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

C2.7/5.0
Behavior4/5

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

Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, and the description's 'leitura' aligns with those. It adds useful context beyond annotations: supported actions, valid section values, and bulk execution via product_ids/offer_ids/marketplace_ids. This is meaningful behavioral disclosure for an annotation-backed read tool.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness3/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is terse and information-dense with no fluff, which is good. However, the long list of actions and the unclear 'Flattened action' note make the structure confusing; a clear separation of 'this action' versus 'related actions' would improve usefulness without adding bulk.

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?

This is a complex tool with 12 optional params, no output schema, and many sibling tools, yet the description omits output/return behavior, how the active action is selected, pagination/limit behavior, and any required precondition or authorization context. The bulk-support note and section enum help, but the overall picture is incomplete.

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 does map several params to actions (e.g., list uses name/type/marketplace_id/is_hidden/cursor, get uses product_id, checkout_options uses product_id+section). However, many params like account and the array fields are not semantically explained beyond 'bulk support,' leaving important gaps.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose2/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description says 'Produtos e ofertas no Guru (leitura)' and lists many actions, but it never clearly states that this tool is specifically for subscription options. The '[Flattened action: subscription_options]' note contradicts the broad action list, making the tool's actual purpose ambiguous and poorly distinguished from siblings like guru_products_offer_subscription_options.

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?

No explicit when-to-use or when-not-to-use guidance is given. The description implies read-only product/offer operations and mentions bulk support, but it does not tell the agent when to choose this tool over the many similar sibling tools or which action applies to this specific invocation.

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.