Skip to main content
Glama
tokportal

tokportal-mcp

Official
by tokportal

tokportal_cancel_account_managed_subscription

Destructive

Cancel a managed subscription to pause coverage, blocking new and ongoing account work. Reactivation is free if a paid period remains, otherwise costs for unpaid periods.

Instructions

Pause TokPortal Coverage. Immediately blocks new and ongoing TokPortal work for the account. Payments are not refunded. If a paid or included current period remains, reactivation is free until its original end. Otherwise it costs exactly the unpaid 30-day periods at the rate returned by the Coverage status endpoint.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesSaved account ID.
idempotency_keyNoOptional Idempotency-Key header for safe retries.
Behavior5/5

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

The description goes well beyond the annotation 'destructiveHint=true' by detailing the immediate effect ('blocks new and ongoing work'), financial consequences ('Payments are not refunded'), and reactivation conditions (free vs. cost). This provides full behavioral transparency for a destructive action.

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 a concise four-sentence paragraph, front-loaded with the purpose 'Pause TokPortal Coverage.' Each sentence adds essential information (effect, payment, reactivation terms) without redundancy or fluff.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The description covers the tool's purpose, effects, and financial implications thoroughly. However, since there is no output schema, it would be slightly more complete if it mentioned what the tool returns (e.g., success status or updated subscription). Still, the behavioral context is strong enough for safe agent usage.

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?

With 100% schema description coverage, the schema already documents both parameters ('id' and 'idempotency_key'). The description adds no parameter-specific information, so it meets the baseline of 3 without adding extra value.

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

Purpose5/5

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

The description starts with 'Pause TokPortal Coverage' and specifies 'Immediately blocks new and ongoing TokPortal work for the account.' This clearly states the verb (pause/block) and resource (TokPortal coverage/account managed subscription), distinguishing it from siblings like 'reactivate' and 'get'.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description explains when to use the tool (to block coverage) and provides important context about payments, refunds, and reactivation costs. It implicitly references the reactivate tool and status endpoint, but does not explicitly name alternatives or state 'use this to cancel subscriptions.' This is clear but not fully explicit.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/tokportal/langchain-tokportal'

If you have feedback or need assistance with the MCP directory API, please join our Discord server