Skip to main content
Glama

bulk_export_archives_text

Export transcript texts from multiple archive entries to a directory as markdown, plain text, or JSON. Continues on per-id failures.

Instructions

Export the transcript text of multiple archive entries to a directory. One file per entry, named by the archive id. Format = "md" (default — with header), "txt" (plain transcript), or "json" (full entry metadata + text). targetDir is created recursively if missing. Per-id status returned; failures do not abort the batch. Pair with search_archives or archives_by_date_range to assemble the id list.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idsYesArchive ids to export.
formatNoOutput format. Default "md".
targetDirYesOutput directory. Created recursively if missing.
Behavior4/5

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

With no annotations, the description carries full burden. It discloses file naming, format details, recursive targetDir creation, per-id status returns, and non-aborting failures. This adds significant behavioral context beyond the input schema.

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?

Four sentences, no fluff. Every sentence contributes: purpose, naming, formats, directory creation, batch behavior, and pairing advice. Highly efficient and front-loaded.

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 no output schema, the description mentions per-id status but omits exact format or overwrite behavior. However, it provides enough context for an agent to use the tool effectively with related archival tools. Minor gaps prevent a 5.

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

Parameters4/5

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

Schema coverage is 100% and provides basic parameter descriptions. The description adds meaning: 'named by the archive id' for ids, and explains the format enum values ('md — with header', 'txt — plain transcript', 'json — full entry metadata + text'), enhancing the agent's understanding.

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 action ('Export the transcript text'), the resource ('multiple archive entries'), and the destination ('to a directory'). It distinguishes this tool from siblings like 'read_archive_entry' and 'list_archive_entries' by focusing on bulk export with file naming and format options.

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 provides clear context: it exports one file per entry named by archive id, explains format options, mentions recursive directory creation, and suggests pairing with search_archives or archives_by_date_range to assemble id lists. It lacks explicit exclusions (when not to use) but the guidance is sufficient.

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/sneakyfree/windy-word-mcp'

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