Skip to main content
Glama

delimit_agent_check

Verify whether an AI model has permission to perform a specified action before executing sensitive operations.

Instructions

Check if a model is allowed to perform an action (Pro).

Use before executing sensitive operations to verify the agent has permission.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
modelYesAI model name (claude, codex, gemini, cursor).
actionYesAction to check (e.g. "ledger_write", "deploy").

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/5

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

No annotations are provided, so the description must convey behavioral traits. It implies a read-only check but does not explicitly state non-destructiveness or any authorization requirements. Adding a note like 'This tool does not modify any state' would improve transparency.

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 extremely concise with two sentences: the first states the core function, and the second offers usage guidance. No unnecessary words, and the structure is front-loaded.

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

Completeness4/5

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

Given the tool's simplicity, the description adequately covers the purpose and usage. An output schema exists, so return values need not be described. A minor gap is lack of mention of the 'Pro' qualification, but overall it is contextually complete.

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 already provides full description coverage for both parameters (model and action). The description reinforces the purpose but adds no new semantic detail beyond the schema, meeting the baseline for 100% schema 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 clearly states the tool checks if a model is allowed to perform an action, serving as a permission verification before sensitive operations. It distinguishes itself from sibling agent tools like delimit_agent_complete and delimit_agent_dispatch by its specific purpose of checking permissions.

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

Usage Guidelines4/5

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

The description advises using the tool before executing sensitive operations, providing clear context. It does not explicitly list alternatives or when not to use, but the guidance is sufficient for basic decision-making.

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