Skip to main content
Glama

cakto_subscriptions_get

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: get]

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

B3.2/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. The description adds valuable context about the flattened action being 'get' and bulk execution via subscription_ids, which goes beyond the annotations without contradicting them.

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 compact and uses a clear action list, but it spends significant space describing the 'list' action even though the tool is flattened to 'get'. This reduces focus and could confuse the agent about the actual behavior.

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?

For a tool with 10 parameters and no output schema, the description gives only partial guidance. It lacks important invocation details such as how subscription_id is supplied, expected response shape, error conditions, and parameter value formats, making it incomplete for reliable autonomous use.

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

Parameters2/5

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

Schema description coverage is 0%, so the description must compensate, but it does not define most parameters such as account, ordering, status, or search semantics. It mentions subscription_id as required for get, but the visible input schema does not include subscription_id, creating a critical gap for correct invocation.

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 this is for reading Cakto subscriptions and explicitly identifies the flattened action as 'get' for the detail of ONE subscription. This distinguishes it from the sibling cakto_subscriptions_list, though the inclusion of a full 'list' action in the same description causes some ambiguity.

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 implies the tool is for getting one subscription by subscription_id and mentions bulk support, which is useful. However, it does not explicitly instruct the agent to use cakto_subscriptions_list for listing subscriptions or state when not to use this get tool.

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.