Skip to main content
Glama

cakto_subscriptions_list

Read-onlyIdempotent

Leitura de assinaturas na Cakto. Ações:

  • list: lista assinaturas (filtros: status, payment_method, current_situation new|renewed, search, ordering, limit, page).

  • get: detalhe de UMA assinatura (requer subscription_id).

[Flattened action: list]

Bulk support: accepts subscription_ids for batched execution.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageNo
limitNo
searchNo
statusNo
accountNo
orderingNo
payment_methodNo
subscription_idNo
subscription_idsNo
current_situationNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.8/5.0
Behavior4/5

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

Annotations already indicate read-only, idempotent, and non-destructive behavior, and the description is consistent with them. It adds useful behavioral context by documenting bulk support via subscription_ids and clarifying that the effective action is 'list'.

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?

The description is compact, front-loaded with the resource and purpose, and uses a clear bullet structure. Each sentence adds useful information without restating schema types or repeating the tool name.

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?

For a 10-parameter read tool with no output schema and no property descriptions, the description covers the main invocation paths but leaves gaps: response shape, pagination defaults, ordering syntax, and the role of the 'account' parameter are not explained. It is adequate for basic list usage but not fully complete.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 0%, so the description carries the burden of explaining parameters. It enumerates most filters (status, payment_method, current_situation, search, ordering, limit, page), maps subscription_id to the get action, and mentions subscription_ids for bulk. However, it omits the 'account' parameter and does not explain search/ordering formats or defaults.

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 clearly states the tool reads Cakto subscriptions and explicitly identifies the main action as 'list: lista assinaturas' with relevant filters. It is clear about the resource and operation, though it does not explicitly differentiate itself from the sibling cakto_subscriptions_get.

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?

The description gives action-level guidance: list for listing with filters, get for a single subscription requiring subscription_id, and bulk execution with subscription_ids. However, since the tool is flattened to 'list' and a dedicated sibling cakto_subscriptions_get exists, it does not explicitly tell the agent to use that sibling for single-subscription reads, so alternative selection is only implied.

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.