Skip to main content
Glama

delimit_project_config

Load, initialize, or update AI governance configuration for your repository. Set governance mode and task-specific model choices in a committable YAML file.

Instructions

Manage delimit.yml project configuration.

A committable YAML file that defines AI governance for your repo. Your teammates get the same AI setup when they clone.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
actionNo"load", "init", or "model".load
project_pathNoProject root directory..
modeNoGovernance mode for init (advisory/guarded/enforce).advisory
presetNoPolicy preset for init (strict/default/relaxed).default
task_typeNoTask type for model lookup (refactoring/testing/docs/debugging).

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior2/5

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

No annotations are provided, so the description must fully disclose behavioral traits. However, it only states 'manage' without detailing the possible operations (load, init, model) or side effects like file creation/modification. The agent cannot determine if the tool writes to disk or requires permissions.

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, front-loaded with the purpose and followed by a concise explanation of the file's benefit. No wasted words, and the structure is optimal for quick comprehension.

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

Completeness3/5

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

While there is an output schema and full parameter coverage, the description lacks context about the three distinct actions (load, init, model) and their implications. An agent might not understand what 'model' does or when to use 'init' versus 'load'. The description is adequate but not comprehensive.

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 all five parameters. The tool description adds no additional meaning beyond stating the file type. Baseline is 3, and no extra value is provided.

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 identifies the tool as managing the delimit.yml configuration file, a specific resource. It explains that the file is a committable YAML defining AI governance for the repo, which helps distinguish it from siblings like delimit_init or delimit_config_export.

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?

The description does not provide any guidance on when to use this tool versus alternatives like delimit_init or delimit_config_export. No explicit context or exclusions are given, leaving the agent to infer usage solely from the tool name and schema.

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