Skip to main content
Glama

Delimit Repo Config Audit

delimit_repo_config_audit
Read-onlyIdempotent

Audit a repository’s configuration against compliance standards, verifying required files, branch protection, and license headers. Use this to identify non-compliant repo setups before merging.

Instructions

Audit repository configuration for compliance (experimental).

When to use: when checking a repo's config against a compliance standard — required files, branch protection, license header. When NOT to use: for structural validity (use delimit_repo_config_validate) or full quality analysis (delimit_repo_analyze).

Sibling contrast: delimit_repo_config_validate checks well-formedness; this checks compliance.

Side effects: read-only on the resolved local path. Accepts local path, "owner/repo" shorthand, or GitHub URL — remote inputs are shallow-cloned. Calls backends.repo_bridge.config_audit via _run_repo_tool_with_remote.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
targetNoRepository or config path, "owner/repo", or GitHub URL. Default "." (cwd)..

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

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

  1. Changed1 schema field changedv4.7.9
    • changedInput schema / properties / target / description
      Previous value: -"Repository or config path."New value: +"Repository or config path, \"owner/repo\", or GitHub URL. Default \".\" (cwd)."
  2. Addedv4.5.5

TDQS

A4.5/5.0
Behavior4/5

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

Annotations already declare readOnlyHint=true, idempotentHint=true, destructiveHint=false. The description adds value beyond them by flagging the tool as 'experimental' and disclosing that remote inputs are shallow-cloned, plus naming the call path via backends.repo_bridge.config_audit. A minor gap is the absence of failure-mode disclosure for invalid or unreachable repo targets.

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?

Well-structured with labeled sections (When to use, When NOT to use, Sibling contrast, Side effects). The core purpose is front-loaded immediately, and every sentence contributes meaningful information — the experimental warning and side-effect disclosure each earn their place.

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 a single fully-documented parameter, an output schema, and safety annotations, the description covers all essentials: purpose, routing against siblings, accepted input formats, remote handling behavior, and side effects. Nothing an agent needs to select and invoke it correctly is missing.

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 coverage is 100%, so the single 'target' parameter is already fully documented in the input schema. The description's mention of accepted formats (local path, owner/repo, GitHub URL) largely repeats schema content; the only added meaning is the shallow-clone behavior for remote inputs, which is more behavioral than parameter-semantic. The baseline 3 is appropriate.

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+resource phrase — 'Audit repository configuration for compliance' — which precisely states the tool's function. It further distinguishes from siblings by contrasting 'delimit_repo_config_validate checks well-formedness; this checks compliance'.

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?

Includes explicit 'When to use' and 'When NOT to use' sections with named alternatives: delimit_repo_config_validate for structural validity and delimit_repo_analyze for full quality analysis. The sibling contrast paragraph reinforces the routing decision, leaving no ambiguity about when to select this tool.

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