Skip to main content
Glama

emacs_org_export

Export org documents from Emacs to HTML, PDF, Markdown, LaTeX, ASCII, or ODT. Specify the buffer and format to start conversion.

Instructions

Export org document to various formats

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
asyncNoRun export asynchronously (default: false)
bufferYesBuffer name
formatYesExport format
output_pathNoOutput file path (optional, uses default if not specified)
Install Server

TDQS

C2.9/5.0
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 behavioral disclosure burden. It does not mention that export likely writes output files, where those files go, whether existing files may be overwritten, or that async execution is possible. This is a significant transparency gap for an operation with side effects.

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

Conciseness4/5

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

The description is one crisp sentence with no filler and gets straight to the operation and target. It is slightly underspecified, but that is more a completeness concern than a conciseness problem.

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?

With four parameters, no annotations, and no output schema, the description is too thin to fully prepare an agent. Missing context includes output file behavior, default destination semantics, whether async is recommended, and failure modes for invalid buffers or formats.

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 100%, so the schema already documents buffer, format, output_path, and async. The description adds no additional meaning beyond what the schema provides, so the baseline score of 3 is appropriate.

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 ('Export') and resource ('org document'), and the operation is clearly distinct from sibling org tools like emacs_org_write or emacs_org_read. 'Various formats' is vague on its own, but the schema enum fills that gap with concrete supported formats.

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 (e.g., buffer loaded, file saved), or when another sibling like emacs_org_write or emacs_file_save would be more appropriate. The description simply states the operation without contextual direction.

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

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/mandoo180/emacs-mcp'

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