Skip to main content
Glama
tokportal

tokportal-mcp

Official
by tokportal

tokportal_create_bundles_bulk

Create multiple social media account bundles in a single atomic transaction, with credit debits and allowance checks, supporting advanced niche warming and optional per-bundle target configuration.

Instructions

Create bundles in bulk. Creates and pays several bundles in one atomic creation checkout. Credits are debited immediately on a successful POST, not at publication. The complete batch is checked against rolling workspace capacity and any contract_bundle_allowance returned by getCreditCosts. Qualifying allowance slots are consumed in deterministic bundle-ID order in the same transaction as all debits; if any bundle fails, the entire batch rolls back and consumes nothing. A batch crossing the final allowance slot receives the contract price only for the remaining qualifying bundles. For Advanced Niche Warming, either pass advanced_warming_terms, using the same terms for every account, or buy a per-account target count with advanced_warming_terms_count and configure each bundle's targets later via PUT /bundles/{id}/warming-terms. external_ref is one optional batch-level reference copied to the resulting bundles, not a unique per-bundle key or a retry mechanism; use returned bundle IDs for identity and Idempotency-Key for exact replay.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
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?

The description goes far beyond the annotations (readOnlyHint=false, etc.) by detailing atomicity, credit debiting, rolling capacity checks, contract_bundle_allowance, deterministic order, rollback behavior, and the handling of external_ref and idempotency_key. This provides rich behavioral insight that is essential for correct usage.

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 lengthy and contains detailed information that is valuable but not tightly structured. It is front-loaded with the main purpose, but the multiple paragraphs could be more concise. Some details, like advanced warming options, might be better placed in the schema or separate documentation.

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 covers many aspects of the tool's behavior (atomicity, credit costs, advanced warming), but it does not describe the return value or response format. Given the complexity and absence of an output schema, this omission is a gap. Error handling is mentioned only briefly (rollback on failure).

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 baseline is 3. The description adds some extra meaning, such as the batch-level nature of external_ref and the idempotency_key usage, but most parameter details are already covered in the schema. The description does not significantly enhance parameter understanding beyond what the schema provides.

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 'Create bundles in bulk. Creates and pays several bundles in one atomic creation checkout.' This is a specific verb (create) and resource (bundles in bulk), and it distinguishes from the sibling tool tokportal_create_bundle by emphasizing atomic bulk creation.

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 provides context for when to use the tool, including details about the atomic batch, credit consumption, and advanced warming options. It implies the tool is for multiple bundles, but does not explicitly state when not to use it or compare with alternatives like tokportal_create_bundle. The guidance is clear but could be more direct.

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