Skip to main content
Glama

Publish recipe bundle

publish_recipe_bundle
Destructive

Write a versioned recipe-bundle publish artifact to a local directory for CI upload or handoff, with options to include selected recipes or all recipes, and protect existing files.

Instructions

Write a local, versioned recipe-bundle publish artifact for CI upload or handoff: .recipes.json, tdmcp-recipe-publish.json, and tdmcp-checksums.json. Use recipe_ids for selected recipes or include_all=true for the whole library; overwrite=false protects existing artifacts. This is a filesystem write tool and returns artifact paths, checksum entries, included recipe count, and missing ids.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameNoFilesystem-safe bundle name; becomes <name>.recipes.json after sanitization.recipe-bundle
out_dirYesLocal directory where the bundle JSON, publish manifest, and checksum manifest are written.
versionNoSemantic version recorded in the tdmcp-recipe-publish manifest.0.1.0
overwriteNoWhen false, fail if any output artifact already exists; set true to replace them.
recipe_idsNoRecipe ids to include when include_all is false; missing ids are reported in the bundle.
include_allNoWhen true, publish every recipe in the loaded recipe library and ignore recipe_ids.
Behavior4/5

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

Annotations already indicate destructive hint and open world. Description adds context: it's a filesystem write tool, returns artifact paths and checksums, and highlights that overwrite=false protects existing artifacts and missing ids are reported. No contradiction with 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?

Three sentences, each essential. First sentence states purpose and specific files. Second explains key parameters. Third lists return values. No wasted words, front-loaded with key info.

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?

No output schema, but description enumerates return values (artifact paths, checksums, etc.). Parameters well covered. Could add more on error handling or side effects, but adequate for a mutation tool with good annotations.

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%, so baseline is 3. Description adds meaning: explains `name` becomes filename after sanitization, `overwrite` protects artifacts when false, `include_all` vs `recipe_ids` behavior, and mentions missing ids in output.

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 it writes local, versioned recipe-bundle publish artifacts (three specific files). It distinguishes from siblings like export_recipe_bundle and import_recipe_bundle by focusing on the publish process with checksums and missing ids.

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?

Mentions use for CI upload or handoff. Does not explicitly state when not to use or list alternatives, but the context is clear and the sibling list provides differentiation.

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/Pantani/tdmcp'

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