Skip to main content
Glama

delimit_project_config

Load, initialize, or query the project's AI configuration file. Read-only for existing settings; create new config with governance mode and policy preset.

Instructions

Manage delimit.yml project configuration (load / init / model).

When to use: to inspect, create, or query the project's delimit.yml AI configuration. When NOT to use: for governance state (use delimit_gov_status) or to manage prompts (use delimit_playbook).

Sibling contrast: delimit_gov_status reports governance runtime state; this manages the static config file.

Side effects: action="init" writes a new delimit.yml at project_path via ai.project_config.init_project_config. "load" and "model" are read-only.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
actionNo"load" (default), "init", or "model".load
project_pathNoProject root directory. Default "." (cwd)..
modeNoGovernance mode (only for init). One of "advisory", "guarded", "enforce". Default "advisory".advisory
presetNoPolicy preset (only for init). One of "strict", "default", "relaxed". Default "default".default
task_typeNoTask type for model lookup (only for action="model").

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior5/5

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

No annotations provided, so the description fully discloses behavioral traits: indicates side effects (init writes, load/model read-only), mentions the internal function called, and notes read-only nature of some actions.

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?

Concise, no extra words. Structured with summary, usage guidelines, and side effects. Front-loaded with key info.

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 the complexity (5 params, output schema exists), the description is complete: covers all actions, side effects, usage context, and sibling differentiation. No gaps.

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% with good descriptions. The description adds context about parameter applicability (e.g., task_type only for action='model'), but does not repeat schema details. Adds moderate value 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 clearly states the tool's purpose: 'Manage delimit.yml project configuration (load / init / model).' It distinguishes itself from siblings like delimit_gov_status and delimit_playbook, providing a specific verb and resource.

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

Usage Guidelines5/5

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

Explicitly specifies when to use ('to inspect, create, or query the project's delimit.yml AI configuration'), when NOT to use ('for governance state' or 'manage prompts'), and contrasts with sibling tools.

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