Skip to main content
Glama

export_collection

Export collected battery cell data frames to CSV, Parquet, or JSON files for storage, sharing, and further analysis.

Instructions

Write the collected frame to path (.csv, .parquet or .json).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pathYes
handleYes

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv0.1.0

TDQS

B3.3/5.0
Behavior3/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 clearly states that the tool writes a frame to a file and lists supported formats, but it does not disclose overwrite behavior, path handling, or whether the operation is reversible. This is adequate but not fully transparent.

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 a single focused sentence with no redundant words. The core action and file format constraints are front-loaded, making it easy for an agent to parse quickly.

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 two-parameter tool, this is minimally viable: the action, target, and formats are stated. But with no annotations and no output schema, the description omits guidance on when to use the tool, what 'handle' must refer to, and what happens after a successful write.

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?

Schema description coverage is 0%, so the description must compensate. It adds meaningful semantics to 'path' by specifying supported file extensions and implies that 'handle' identifies the collected frame. However, 'handle' is never explicitly explained, leaving a notable gap for a required parameter.

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 ('Write') with a clear resource ('the collected frame') and target ('path'), and notes the supported file formats. It distinguishes export_collection from collection-building tools like collect and preview_collection, though it does not explicitly name siblings.

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 explicit guidance is given on when to use this tool versus alternatives such as preview_collection or collect. The phrase 'collected frame' implies it should be used after collection, but this is left to inference rather than stated.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

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/cellpy/cellpy-mcp'

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