Skip to main content
Glama

pandas_generate_tests

Generate data pipeline tests from a project directory to verify pandas transformations and catch errors early.

Instructions

Generate data pipeline tests (Pro feature)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
api_keyNo
directoryYesProject directory
Behavior2/5

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

No annotations are provided, so the description carries the full burden of disclosing behavior. It only says 'Generate data pipeline tests' and '(Pro feature)' without stating whether this writes files to the directory, modifies existing code, requires an API key, or has side effects. This is insufficient for a code-generation tool.

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 very short and front-loaded with the primary verb and object, containing no filler. However, its brevity crosses into under-specification, omitting important behavioral and parameter context that an agent would need for correct invocation.

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?

This is a code-generation tool with no output schema and no annotations, so the description alone must explain what is produced, where it is written, and any requirements. The current text only names the abstract capability and fails to mention expected inputs, outputs, or effects on the project.

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

Parameters2/5

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

Schema description coverage is 50%: the 'directory' parameter is documented as 'Project directory,' but 'api_key' is undocumented. The description adds no meaning to either parameter, so the undocumented parameter remains unexplained and the agent gets no guidance on how directory or api_key should be used.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description uses a specific verb and resource: 'Generate data pipeline tests,' which makes clear this tool produces tests for data pipelines rather than generic API or unit tests. However, it omits the 'pandas' connection that distinguishes it from related test-generation tools in the sibling list, leaving some ambiguity about the exact target.

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?

There is no guidance about when to use this tool versus alternatives like api_generate_tests, test_generate_unit, or other pipeline test generators. The '(Pro feature)' note hints at an access constraint but gives no conditions or prerequisites such as requiring a pandas project or an existing pipeline directory.

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