Skip to main content
Glama
tokportal

tokportal-mcp

Official

tokportal_get_account_managed_subscription

Read-onlyIdempotent

Retrieve the TokPortal Coverage status for a saved account, including current period, rate, unpaid periods, task access, and a timestamped reactivation quote.

Instructions

Get TokPortal Coverage status. Returns the effective TokPortal Coverage status, current 30-day period, account-specific rate, unpaid periods, task access, and an exact timestamped reactivation quote for one eligible saved account. At current_period_end, status and task_access change immediately even if recorded_status remains included or active for a few minutes until the renewal worker persists the transition; period_expired makes that boundary explicit. A zero-credit quote is valid. Use its current_period_end and lock_version snapshot for reactivation. An eligible TikTok or Instagram account created before the global Coverage cutoff is grandfathered and has no subscription record. A missing record can also mean the account is not Coverage-eligible or has not reached delivery, so clients must not infer grandfathering from a generic 404. Coverage is independent from bundle completion or closure.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesSaved account ID.
Behavior5/5

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

The description adds significant behavioral details beyond the annotations (readOnlyHint, idempotentHint, destructiveHint). It explains eventual consistency at period end, the purpose of period_expired, zero-credit quote validity, and the meaning of missing records (grandfathering vs. ineligibility). This fully informs the agent of the tool's behavior.

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 10+ sentences and covers many details, making it thorough but not concise. It is front-loaded with the primary purpose, but some sentences are technical and could be streamlined. The structure is logical but could be more compact for agent efficiency.

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?

Given the lack of an output schema, the description lists the key return fields (status, current period, rate, unpaid periods, task access, quote) and explains edge cases (grandfathering, missing record, zero-credit quote). It covers timing behavior and eligibility. While it doesn't enumerate all possible status values, it provides enough context for the agent to understand the response structure.

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?

The schema already provides a description for the 'id' parameter ('Saved account ID.'). The description adds context about eligibility ('one eligible saved account'), tying the parameter to the tool's business logic. While it doesn't add format details, it clarifies the parameter's role in identifying accounts that can have subscription status, which is a meaningful addition beyond the schema.

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 clearly states the tool's purpose: 'Get TokPortal Coverage status' and enumerates specific return fields (effective status, current period, rate, unpaid periods, task access, reactivation quote). It distinguishes from sibling tools like tokportal_get_account (general account info) and tokportal_reactivate_account_managed_subscription (mutation) by focusing on the subscription status retrieval.

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 provides context about when to use the tool (e.g., checking eligibility, inferring grandfathering from a 404) but does not explicitly state when to prefer this tool over alternatives like tokportal_get_account or the subscription mutation tools. It gives implied usage through edge-case explanations but lacks explicit when-to-use or when-not-to-use guidance.

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-mcp'

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