Skip to main content
Glama

delimit_models

Manage AI provider configurations (list, detect, add, remove) for multi-model deliberation panels.

Instructions

View and configure AI models for multi-model deliberation (Pro).

When to use: to inventory configured providers, auto-detect new keys, or register/remove a provider for delimit_deliberate. When NOT to use: to actually run a deliberation (use delimit_deliberate) or to inspect deliberation history.

Sibling contrast: delimit_deliberate runs the panel; this manages which models the panel can call.

Side effects: gated by require_premium. action="add" / "remove" write provider config; "list" / "detect" are read-only.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
actionNoOne of "list" (default), "detect", "add", "remove".list
providerNoProvider name for add/remove. One of "grok", "gemini", "openai", "anthropic", "codex". Required for add/remove.
api_keyNoAPI key value. Required for action="add".
model_nameNoOptional model override (e.g. "gpt-4o", "claude-sonnet-4-5"). Falls back to provider default.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

With no annotations provided, the description carries full burden. It discloses that actions are gated by require_premium and distinguishes between read-only (list/detect) and write (add/remove) operations. However, it does not detail error conditions or what happens if premium is lacking.

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 concise and well-structured, with clear sections for purpose, when to use, when not to use, sibling contrast, and side effects. Every sentence adds value without redundancy.

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 has 4 parameters, no annotations, and an output schema, the description covers purpose, usage, and side effects adequately. The output schema presumably handles return value details, so the description is sufficiently complete for its complexity.

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. The description does not add significant meaning beyond the schema; it mentions possible actions but that is already in the schema. No additional parameter-level guidance is provided.

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's purpose: 'View and configure AI models for multi-model deliberation (Pro).' It lists specific actions (inventory, auto-detect, register/remove) and distinguishes from sibling delimit_deliberate by stating that this manages which models the panel can call.

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?

The description provides explicit 'When to use' and 'When NOT to use' sections, including concrete alternatives like using delimit_deliberate for running a deliberation. The sibling contrast further clarifies the tool's role versus delimit_deliberate.

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