Skip to main content
Glama

delimit_config_export

Export project governance configuration as a portable JSON bundle to share with teammates or import 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?

No annotations provided, so description carries full burden. It clearly states the tool 'reads' files and 'packages' them, indicating no destructive side effects. However, could mention permissions or size limits.

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?

Two efficient sentences, front-loaded with purpose. Every sentence adds value with no redundancy.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given one optional parameter, full schema coverage, and output schema present, the description adequately explains what is exported and for what purpose. Complete for a simple export tool.

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?

Input schema has 100% coverage with a single parameter 'project_path' described. The description adds value by specifying which files are read (delimit.yml, workflow), enhancing meaning beyond 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 verb ('Export') and resource ('governance config'), and explains the output is a shareable JSON bundle. It clearly distinguishes from sibling tools like '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 Guidelines4/5

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

The description implies usage when sharing or importing config, but does not explicitly contrast with alternatives or provide when-not-to-use guidance. Lacks explicit alternative naming.

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