Skip to main content
Glama

delimit_config_export

Export the current governance configuration as a shareable JSON bundle for sharing with teammates or importing into other projects.

Instructions

Export the current governance config as a shareable JSON bundle.

Reads delimit.yml (or .delimit/policies.yml) and the GitHub Action workflow from the project directory and packages them into a single portable config that can be shared with teammates or imported into other projects.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
project_pathNoPath to the project root (default: current directory)..

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

With no annotations, the description shoulders the behavioral disclosure burden. It transparently states that the tool reads files (non-destructive) and packages them into a JSON bundle. It does not detail error handling or permissions, but core behavior is clear.

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 sentences long, with the primary action and output stated first. Every sentence provides essential information without redundancy.

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 presence of an output schema, the description adequately covers the input and process. It could mention the output format more explicitly (e.g., JSON string), but overall it is sufficient for a simple export tool.

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?

The only parameter, `project_path`, is fully described in the input schema (100% coverage). The description adds no additional meaning beyond the schema, so the baseline of 3 applies.

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 tool exports the governance config as a JSON bundle. It specifies the source files (delimit.yml or .delimit/policies.yml and workflow) and the output format. Distinguishes from sibling delimit_config_import.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description explains the purpose (sharing/importing) but does not explicitly state when to use this tool over alternatives, nor does it mention when not to use it. Usage is implied but not fully guided.

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/delimit-ai/delimit-mcp-server'

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