Skip to main content
Glama

Export a deliverable template to a file

export_deliverable

Generate a Markdown deliverable skeleton with guided sections and auto-filled engagement name, saving it to a file.

Instructions

知識ベースの成果物の Markdown 雛形(節構成 + 記入の手引き)をファイルに書き出す。案件名は現在のエンゲージメントから自動で入る。 / Write the Markdown skeleton of a knowledge-base deliverable (sections plus guidance) to a file. The engagement name is filled in from the current engagement.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
langNo出力言語 / Output languageboth
overwriteNo既存ファイルを上書きする / Overwrite an existing file
outputPathNo出力先。既定は <データディレクトリ>/deliverables/ 配下。データディレクトリか作業ディレクトリ配下のみ / Output path; defaults under <dataDir>/deliverables/. Data dir or cwd only.
deliverableYes成果物 ID または名称。例 "architecture-vision" / Deliverable id or name
engagementNameNo見出しの案件名。既定は現在の案件 / Engagement name for the title
Install Server

TDQS

B3.4/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 behavioral burden. It discloses the side effect of writing a file and the auto-filled engagement name, which is useful. However, it does not state overwrite/collision behavior, whether the knowledge base is modified, or what the tool returns on success or failure.

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 two short bilingual sentences that front-load the main action and then add the auto-fill behavior. There is no filler and no repetition of schema field names.

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?

There is no output schema and no annotations, so the description must cover call expectations; it leaves out return values, overwrite-when-false behavior, and prerequisites such as a current engagement existing. The parameter schema is complete, but tool-level context is only partially described.

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 parameter baseline is 3. The description adds context that the output is a Markdown skeleton and that the engagement name comes from the current engagement, which aligns with engagementName, but it adds no parameter syntax beyond the 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 states a specific action ('write ... to a file'), a specific resource ('Markdown skeleton of a knowledge-base deliverable'), and the file destination. The phrase 'to a file' also separates it from generate_deliverable_template and export_report without needing to inspect their schemas.

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 when-to-use or when-not-to-use guidance is given. The description explains that the engagement name is auto-filled, but never tells the agent to prefer this over generate_deliverable_template or export_report. The only implied usage is from the tool title.

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/Waganawa-Megumin/togaf10_EAP_MCP'

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