Skip to main content
Glama

delimit_security_deliberate

Triage security findings by classifying each as real risk, false positive, accepted risk, or needing immediate action. Uses multi-model deliberation for verdicts on findings loaded from the ledger.

Instructions

Multi-model triage of security findings (Pro).

When to use: after delimit_security_ingest has loaded findings, to classify each as real risk / false positive / accepted risk / needs immediate action. When NOT to use: to ingest the findings (use delimit_security_ingest) or to scan from scratch (delimit_security_scan).

Sibling contrast: delimit_deliberate is general-purpose multi-model consensus; this is the security-class variant scoped to findings.

Side effects: gated by require_premium. Calls multiple models via the deliberation panel. Updates ledger items with triage verdicts.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
findingsNoJSON string of findings to triage. Empty = pull from the ledger automatically.
repoNoRepository context for the triage.
focusNoWhich findings to triage — "critical" (default), "high", "all".critical

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

Discloses key behaviors: gated by require_premium, calls multiple models via deliberation panel, updates ledger items with verdicts. No annotations exist, so description carries the burden; it does so well, though lacks mention of idempotency or rate limits.

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?

Extremely concise and well-organized: single sentence purpose, then structured sections for when to use, when not to, sibling contrast, and side effects. Every sentence adds value with no 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?

Covers prerequisites (after ingest), side effects, premium requirement, and output schema exists. Adequately complete for an agent to decide correct usage and invocation, though minor details like error conditions are omitted.

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 each parameter is already described in the schema. The description adds minimal extra meaning beyond what the schema provides, meeting the baseline but not exceeding it.

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 it performs multi-model triage of security findings, classifying them into categories like real risk, false positive, etc. Distinguishes from sibling delimit_deliberate as the security-class variant.

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 specifies when to use (after delimit_security_ingest), when not to use (for ingestion or scanning from scratch), and contrasts with sibling tool. Provides clear, actionable guidance.

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