Skip to main content
Glama
tokportal

tokportal-mcp

Official
by tokportal

tokportal_list_bundles

Read-onlyIdempotent

Retrieve bundles of TikTok, Instagram, and YouTube accounts and videos, with filters for status, platform, bundle type, and account status.

Instructions

List bundles.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageNoPage number.
statusNoFilter by bundle status.
per_pageNoItems per page.
platformNoquery parameter platform
bundle_typeNoquery parameter bundle_type
external_refNoquery parameter external_ref
account_statusNoquery parameter account_status
Behavior3/5

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

Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, clearly framing this as a safe read operation. The description adds no behavioral detail beyond the title, but does not contradict annotations, so a baseline score is appropriate.

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 extremely short (two words), which could be seen as concise, but it under-specifies the tool's purpose. It sacrifices necessary detail for brevity, failing to earn its place by providing minimal value.

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?

Given the tool's 7 optional parameters and no output schema, the description should explain the tool's scope (e.g., does it list all bundles for the current user? across all platforms?). The current description leaves significant gaps in understanding what is listed and how filtering works.

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 seven parameters fully documented in the schema. The description provides no additional context about parameter meanings, acceptable formats, or how they interact (e.g., does platform filter the bundles listed?). Baseline 3 is correct as schema does the work.

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 'List bundles' clearly identifies the verb (list) and resource (bundles), but lacks differentiation from sibling tools like tokportal_list_account_bundles or tokportal_list_bundle_videos. Without context about what 'bundles' are, the agent cannot distinguish this tool from others that also list bundles in different scopes.

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

Usage Guidelines1/5

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

No guidance is provided on when to use this tool versus alternatives such as tokportal_list_account_bundles or tokportal_get_bundle. There is no mention of prerequisites, context, or exclusions, leaving the agent without decision-making information.

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