Skip to main content
Glama

export_dataset

Export a dataset of per-page text with source and page number to a Parquet or JSONL file. Filter by source filename to limit export to specific data.

Instructions

Write the per-page {source, page, text} dataset to a file (no vectors).

``fmt`` is "parquet" or "jsonl"; empty infers from the output suffix.
``source`` limits the export to one source filename. No embedding.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
outputYes
fmtNo
sourceNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/5

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

With no annotations provided, the description must carry the full burden of behavioral disclosure. It mentions two key behaviors: format inference from suffix and limiting to one source. However, it does not disclose whether the file is overwritten or appended, required permissions, or other safety-related traits. The description is adequate but lacks completeness for a mutation tool with no annotations.

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 extremely concise—only two sentences. It front-loads the core action in the first sentence and explains key parameters in the second. Every word contributes value; there is no redundancy or fluff.

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?

Given the tool's low complexity (3 parameters, 1 required) and the presence of an output schema (though not detailed), the description adequately covers the main functionality. However, it omits details like file overwrite behavior and prerequisites, which would be useful for a file-writing tool. Still, it is reasonably complete for the use case.

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

Parameters5/5

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

The schema has 0% description coverage, so the description fully compensates. It explains each parameter: output as a file path, fmt as 'parquet' or 'jsonl' with inference from suffix, and source as a filter to one source filename. This adds essential meaning and clarifies allowed values beyond the raw 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 what the tool does: 'Write the per-page {source, page, text} dataset to a file (no vectors).' It specifies the exact action (write), the resource (per-page dataset), and the output (file). It distinguishes from siblings by explicitly noting 'no vectors' and the scope (per-page dataset), avoiding confusion with similar tools like import_dataset.

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 gives implicit guidance on when to use the tool by specifying 'no vectors' and 'no embedding,' which suggests this is for text-only exports. However, it lacks explicit when-to-use vs when-not-to-use statements or direct references to alternatives like import_dataset. The context is clear but not fully prescriptive.

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/tobocop2/lilbee'

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