Skip to main content
Glama

pandas_generate_pipeline

Turn a project directory into a pandas data processing pipeline, generating code for data cleaning, transformation, and analysis.

Instructions

Generate pandas data processing pipeline

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
api_keyNo
directoryYesProject directory
Behavior1/5

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

With no annotations, the description carries the full burden of behavioral disclosure. It only says 'Generate' without explaining side effects (e.g., files created, modifications made), required permissions, whether api_key is used for remote sources, or what the output looks like. The behavior is essentially unspecified.

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

Conciseness2/5

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

The description is concise in length but under-specified, so it is not appropriately sized. A single vague sentence with no structure or detail does not earn its place for a tool with parameters and likely side effects.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness1/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given no annotations, no output schema, and only partial schema documentation, this description is severely incomplete. It does not mention what the generated pipeline contains, how it is delivered, whether it is safe to run, or how it relates to nearby pandas tools.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters1/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The schema documents 'directory' but not 'api_key'. The description adds no meaning to either parameter and does not explain why api_key is needed or how directory is used. With 50% schema coverage and no compensating description, parameter semantics are largely opaque.

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 names a specific verb and resource ('Generate pandas data processing pipeline'), but 'pipeline' is broad and could refer to many artifacts (code files, configs, orchestration). It does not differentiate from sibling tools like pandas_generate_tests or pandas_optimize_memory, nor from related tools like etl_generate_transforms.

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

Usage Guidelines2/5

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

No guidance is given about when to use this tool versus alternatives, what prerequisites exist, or what kind of project/directory is expected. The one-line description leaves the agent to infer the intended context.

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/barnburner121/claude-plugin-marketplace'

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