Skip to main content
Glama

Delimit Init

delimit_init

Initialize governance scaffolding for a project by creating .delimit/policies.yml, a ledger directory, and optional permission settings, enabling policy enforcement from the start.

Instructions

Initialize Delimit governance scaffolding for a project.

When to use: once per project, the first time you adopt Delimit — creates .delimit/policies.yml, ledger directory, and (optionally) a project .claude/settings.json with a reasonable allowlist. When NOT to use: to load an existing config (use delimit_project_config action="load") or to discover Delimit's capabilities for a project (delimit_scan).

Sibling contrast: delimit_project_config manages the config after init; delimit_scan inspects what could be governed; this is the one-time initializer.

Side effects: creates .delimit/policies.yml + ledger dir; chmod 755 on .delimit/, chmod 600 on .delimit/secrets/*; writes a project .claude/settings.json with an Edit/Write/Bash allowlist if missing. Pass no_permissions=True to skip the permission step.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
presetNoPolicy preset — "strict", "default", "relaxed".default
project_pathNoProject root directory. Default "." (cwd)..
no_permissionsNoSkip filesystem permission auto-config (LED-269).

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. Changed3 schema fields changedv4.7.9
    • changedInput schema / properties / no_permissions / description
      Previous value: -"Skip the filesystem permission auto-config (LED-269)."New value: +"Skip filesystem permission auto-config (LED-269)."
    • changedInput schema / properties / preset / description
      Previous value: -"Policy preset - strict, default, or relaxed."New value: +"Policy preset — \"strict\", \"default\", \"relaxed\"."
    • changedInput schema / properties / project_path / description
      Previous value: -"Project root directory."New value: +"Project root directory. Default \".\" (cwd)."
  2. Changed3 schema fields changedv4.5.5
    • addedInput schema / properties / no_permissions
      Added value: +{
      +  "default": false,
      +  "description": "Skip the filesystem permission auto-config (LED-269).",
      +  "type": "boolean"
      +}
    • addedInput schema / properties / preset / description
      Added value: +"Policy preset - strict, default, or relaxed."
    • addedInput schema / properties / project_path / description
      Added value: +"Project root directory."
  3. First observedv0.1.0

TDQS

A4.8/5.0
Behavior5/5

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

Annotations are minimal, so the description carries the full burden of behavioral disclosure. It clearly lists side effects: creates .delimit/policies.yml, ledger directory, chmod 755/600 changes, and optional .claude/settings.json writes. It also discloses that permission configuration can be skipped with no_permissions=True, giving the agent a complete picture of the tool's footprint.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is well-organized with clear 'When to use', 'When NOT to use', and 'Side effects' sections, and the most important information is front-loaded. There is minor redundancy: the creation of .delimit/policies.yml and ledger directory appears in both the 'When to use' paragraph and the 'Side effects' section, but this is a small cost for the clarity gained.

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?

For a tool with three optional parameters and meaningful side effects, the description is complete: it names prerequisites, alternatives, exact filesystem effects, permission behavior, and how to opt out of the permission step. Because an output schema exists, no return-value explanation is required.

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 description coverage is 100%, so the baseline is 3. The description adds useful meaning by tying no_permissions to the permission step and to the optional .claude/settings.json allowlist, which goes slightly beyond the schema's short parameter description. Preset and project_path rely on the schema, which is acceptable given full coverage.

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 opens with a specific verb and resource: 'Initialize Delimit governance scaffolding for a project.' It also contrasts itself with delimit_project_config ('manages the config after init') and delimit_scan ('inspects what could be governed'), making it easy for an agent to distinguish this one-time initializer from nearby siblings.

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?

Usage guidance is explicit: 'When to use: once per project, the first time you adopt Delimit' and 'When NOT to use' names both the alternative tools and the conditions that route to them. This leaves no ambiguity about when the tool is the correct choice.

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