Skip to main content
Glama
tokportal

tokportal-mcp

Official
by tokportal

tokportal_reactivate_account_managed_subscription

Reactivate a paused managed subscription account using the latest coverage snapshot. Validates expected credits, period end, and lock version before charging unpaid periods and resuming tasks.

Instructions

Reactivate TokPortal Coverage. Reactivates Coverage from an explicit GET snapshot. Reactivation is free while the current billing period is already paid or included; Coverage benefits and tasks remain paused until reactivation. At and after current_period_end, the endpoint accepts the effective lapsed state even if recorded_status has not yet been updated by the renewal worker, and charges exactly the projected unpaid periods without adding an extra period. The expected credits, period end, and lock version are checked atomically before any debit or task resume. Scheduled videos receive new future dates while preserving their cadence.

Input Schema

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

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

Annotations indicate this is not read-only (readOnlyHint: false) and not idempotent, which is consistent with the mutation described. The description goes far beyond annotations by detailing atomic checks on credits, period end, and lock version before debiting, the handling of lapsed states even if recorded_status hasn't updated, and the preservation of video cadence. This level of detail completely compensates for the lack of comprehensive annotations.

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

Conciseness4/5

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

The description is concise at 3 sentences, front-loaded with the main action. However, the third sentence is somewhat dense and might benefit from slight restructuring for clarity, but overall it's efficient.

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

Completeness5/5

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

Given the tool's complexity (nested object, 3 parameters, 100% schema coverage, no output schema), the description is complete. It explains preconditions (snapshot-based), behavior during/after billing period, atomic checks, and side effects on videos. Without an output schema, the description adequately conveys the outcome (reactivation with specific conditions).

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 coverage is 100%, so the schema fully documents the parameters. The description adds context about how the parameters (expected credits, period end, lock version) are used atomically but doesn't expand on the idempotency key or the id parameter. Still, the schema is rich enough (with descriptions) that the tool is well-understood without the description adding much per-parameter detail.

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 explicitly states it reactivates TokPortal Coverage from an explicit GET snapshot. It clearly specifies the verb 'Reactivate', the resource 'Coverage', and distinguishes it from sibling tools (no other tool mentions reactivation or coverage).

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

Usage Guidelines5/5

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

The description explains when to use this tool (reactivate Coverage), notes that reactivation is free while the billing period is already paid, and mentions when it accepts a lapsed state. The inclusion of atomicity checks and handling of scheduled videos provides clear context for appropriate usage without naming alternatives, but given the unique purpose among siblings, this suffices.

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/tokportal-python'

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