Skip to main content
Glama

delimit_help

Quickly retrieve the purpose, parameters, and examples for any Delimit tool. Leave the tool name empty to see the overall workflow overview.

Instructions

Get help for a Delimit tool — purpose, parameters, examples.

When to use: when an agent or operator needs a quick reminder of a tool's interface, or wants the workflow overview. When NOT to use: for the full version/environment status (use delimit_version) or governance health (delimit_gov_health).

Sibling contrast: delimit_version reports server info; this returns per-tool descriptions from the TOOL_HELP table.

Side effects: read-only. Looks up an in-memory help table.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
tool_nameNoTool name (e.g. "lint", "gov_health"). Empty returns the workflows overview.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior5/5

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

With no annotations, description bears full burden. Clearly states side effect (read-only) and data source (in-memory help table). No contradictions.

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?

Five well-structured sentences covering purpose, when-to-use, when-not-to-use, sibling contrast, and side effects. No unnecessary words; 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 tool's simplicity (1 optional param, output schema present), description provides complete guidance: purpose, usage boundaries, side effects, and data source. Output schema handles return value description.

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%, and the schema description already details the parameter (tool_name with examples and default behavior). Description adds no further parameter value, meeting the baseline for high 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?

Description clearly states verb ('Get help') and resource ('Delimit tool'), with scope covered (purpose, parameters, examples). Distinguishes from siblings like delimit_version and delimit_gov_health.

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 states when to use (quick reminder of tool interface or workflow overview) and when NOT to use (version/status, governance health). Provides sibling contrast for 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