Skip to main content
Glama

delimit_project_config

Manage AI governance for repositories using delimit.yml. Load existing config, initialize new setup with selected mode and preset, or find suitable model for specific task types.

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 bears full responsibility for behavioral disclosure. It only states 'manage' but does not specify whether this tool reads, writes, or mutates state. The mention of 'committable' implies file modification, but side effects, permissions, and action-specific behaviors are absent.

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: first states purpose clearly, second adds context. It is front-loaded and concise with no redundant information.

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?

Despite having an output schema (not detailed), the description is insufficient. It does not explain return values, side effects for each action, or prerequisites. For a configuration management tool with 5 parameters and multiple actions, more context is needed to guide correct invocation.

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 input schema covers all 5 parameters with descriptions (100% coverage). The tool description adds only the concept of 'governance mode' but does not add meaning beyond the schema. Per guidelines, baseline 3 is appropriate when schema coverage is high.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly identifies the resource ('delimit.yml project configuration') and the action ('manage'). It adds context about it being a committable YAML file for AI governance. However, it does not distinguish from sibling tools, though the tool name is specific.

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 guidance is provided on when to use this tool versus alternatives. The description does not mention the different actions (load, init, model) or when each is appropriate. No exclusions or context for usage.

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