Skip to main content
Glama
AlgoChains

AlgoChains MCP Server

Official
by AlgoChains

massive_run_pipeline

Idempotent

Search for an API endpoint, fetch data, store it, run SQL queries, and apply technical indicators or Greeks in a single call.

Instructions

Composable pipeline: search→fetch→store→query→apply in 1 call (saves 4 round-trips). Describe what data you want, optionally filter with SQL and apply Greeks/technicals.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
sqlNoSQL to run after storing. Use {table} as placeholder for the table name
applyNoPost-processing: [{"function": "sharpe_ratio", "inputs": {"column": "close", "window": 252}, "output": "sharpe"}]
paramsNoQuery parameters for the API call
store_asNoTable name (auto-generated if omitted)
search_queryYesNatural language query to find the right API endpoint
path_overrideNoSkip search — use this API path directly
Behavior4/5

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

The description discloses the pipeline's behavioral steps (search, fetch, store, query, apply) and notes efficiency gains. Annotations indicate idempotency and non-destructiveness, and the description does not contradict them. The description adds useful context about the composite nature beyond what annotations provide.

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 two sentences with no extraneous information. Key benefits and features are front-loaded, making it easy for an agent to quickly understand the tool's value.

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?

For a complex composite tool with no output schema, the description is somewhat brief. It covers the pipeline steps at a high level but could benefit from more detail on intermediate results or error handling. Given the rich schema and annotations, it is minimally adequate but not comprehensive.

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?

Input schema coverage is 100% with clear descriptions for all 6 parameters. The description adds marginal value by mentioning SQL filtering and Greeks/technicals, but the schema already covers these. No significant additional meaning is provided 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: a composable pipeline that combines search, fetch, store, query, and apply steps into a single call. It explicitly distinguishes itself from siblings like massive_call_api by highlighting the multi-step nature and round-trip savings.

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 implies usage for complex data workflows that would otherwise require multiple calls, but does not provide explicit guidance on when to use versus simpler alternatives like massive_call_api or massive_query_data. No exclusion criteria or when-not-to-use context is given.

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/AlgoChains/algochains-mcp-server'

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