Skip to main content
Glama

delimit_cost_controls

Manage per-tool hourly call limits and session cost caps for Delimit's MCP server. Inspect with status or quota, adjust with set or reset.

Instructions

Manage MCP rate limits and session cost controls.

When to use: to inspect or adjust per-tool hourly rate limits and the session cost cap that throttle Delimit's call surface. When NOT to use: for project-cost analysis (use delimit_cost_analyze) or alert configuration (delimit_cost_alert).

Sibling contrast: delimit_cost_analyze inspects spend in your project; this manages our own per-session call quotas.

Side effects: action="set" / "reset" mutate the rate-limiter state. action="status" / "quota" are read-only.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
actionNoOne of "status" (default), "quota", "set", "reset".status
tool_nameNoTool name. Required for "quota" and "set" with limit.
limitNoNew hourly call limit (used with action="set").
cost_capNoNew session cost cap in USD (used with action="set").

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

Lists side effects: actions 'set' and 'reset' mutate state, 'status' and 'quota' are read-only. Since no annotations exist, description carries full burden; it covers the key behavioral distinction among 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?

Well-structured with clear sections (purpose, when to use, when not, sibling contrast, side effects). Every sentence adds value; no redundant text.

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?

Covers purpose, usage, side effects, and sibling differentiation. No annotations provided, but description sufficiently guides selection and invocation. Output schema exists but isn't needed to explain returns.

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 baseline is 3. Description mentions actions and that tool_name is required for certain actions, but adds minimal extra meaning beyond the 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?

Clearly states 'Manage MCP rate limits and session cost controls' with specific verb and resource. Differentiates from siblings like delimit_cost_analyze and delimit_cost_alert.

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 provides when to use (inspect/adjust), when not to use (project-cost analysis, alert configuration), and names alternative tools (delimit_cost_analyze, delimit_cost_alert).

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