Skip to main content
Glama
SparkleOfficial

@writavo/mcp-server

Request a pipeline run

trigger_pipeline_run

Request a billable pipeline run to process content and generate articles, requiring explicit user confirmation before any credits are spent.

Instructions

Request a pipeline run. This is the only billable operation in this API. COSTS MONEY: this spends the organisation's credit balance. It is the only billable tool here, and it is charged per unit of work the engine completes. Ask the user before calling this, and pass confirm: true only once they have agreed. Needs a secret key (wv_sk_) carrying the pipeline:run scope.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
confirmNoSet to true only after the user has explicitly agreed to this action. Calling without it returns a description of what would happen and changes nothing.
max_articlesNoAn upper bound on how many articles this run may produce. Your own safety valve on top of the platform spend cap. Omit to use the Site's configured batch size.
Behavior5/5

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

The description adds substantial behavioral context beyond the sparse annotations: it discloses the financial impact (spends credit balance, charged per unit of work), the mandatory user-consent flow, and the specific authentication scope. This goes well beyond what readOnlyHint/idempotentHint/destructiveHint convey and alerts the agent to critical side effects.

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

Conciseness5/5

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

The description is four sentences, each carrying essential information: purpose, cost warning, consent requirement, and authentication scope. It is front-loaded with the core action and contains no filler, making it efficient and well-structured.

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?

The description covers the essential context for a non-trivial billing operation: cost, consent, and key scope. It doesn't describe the post-call flow (e.g., whether it returns a run ID, or how to monitor progress), but given the parameters are fully documented and sibling get_pipeline_status exists for monitoring, it is adequately complete for an agent to act safely.

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?

The input schema already provides 100% description coverage for both parameters, including the confirm parameter's consent behavior and max_articles as an upper bound. The description reinforces confirm's requirement but adds no new technical detail beyond the schema, earning the baseline score for high-coverage schemas.

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 with a specific verb+resource ('Request a pipeline run') and differentiates it from sibling pipeline read tools (get_pipeline_status, list_pipeline_runs, get_pipeline_queue) by emphasizing it is the only billable operation. This makes the tool's role unambiguous.

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 explicit usage instructions: ask the user before calling, pass confirm:true only after agreement, and requires a scoped secret key (wv_sk_ with pipeline:run scope). It doesn't explicitly name alternatives, but the 'only billable operation' warning effectively distinguishes it from read-only siblings, giving clear context for when to use it.

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/SparkleOfficial/writavo-mcp-server'

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