Skip to main content
Glama
tokportal

tokportal-mcp

Official
by tokportal

tokportal_finalize_bundle_video

Finalize a video review by resolving a bundle to a delivered account. Ensures active TokPortal Coverage or grandfather status; auto-renews coverage if a due period exists, otherwise halts all changes.

Instructions

Finalize video review. When this bundle resolves to a delivered saved account, the account must have active TokPortal Coverage or be permanently grandfathered. A due active period can renew automatically at the account's stored rate immediately before execution. If Coverage cannot renew, no task or media mutation starts.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesBundle ID.
positionYes1-based video slot position.
idempotency_keyNoOptional Idempotency-Key header for safe retries.
Behavior4/5

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

The description adds value beyond annotations by disclosing behavioral traits: it checks coverage, may renew automatically, and if renewal fails, no mutation occurs. Annotations provide readOnlyHint=false, destructiveHint=false, but the description clarifies that mutations may happen conditionally. No contradiction with 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 four sentences long, which is relatively concise. It is front-loaded with the purpose, but the subsequent sentences delve into specific conditions without a clear structure. It could be more streamlined, but it is not overly verbose.

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?

The description explains the conditional coverage renewal logic but does not specify what the tool does beyond 'finalizing' (e.g., state changes, response). There is no output schema, and the description omits the outcome of a successful finalization. It assumes domain knowledge of 'TokPortal Coverage' and 'grandfathered' status, which may be acceptable but leaves gaps for a complete understanding.

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?

Schema description coverage is 100% with clear descriptions for 'id', 'position', and 'idempotency_key'. The tool description adds no additional parameter semantics or usage examples, so it does not improve upon the schema. Baseline score of 3 is appropriate.

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

Purpose3/5

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

The description states 'Finalize video review' which is a verb+resource, but it's vague; it doesn't clearly distinguish from sibling tools like 'finalize bundle account' or 'publish bundle video'. The additional details about coverage renewal add context but not a precise definition of what finalizing the review entails.

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 conditions for the operation (coverage must be active or grandfathered, automatic renewal possible) but does not explicitly state when to use this tool versus alternatives such as 'publish bundle video' or 'configure bundle video'. It implies usage during finalization but lacks clear guidance on tool selection.

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