Skip to main content
Glama

delimit_loop_status

Check autonomous loop session metrics: iterations, cost, errors, and safeguard status. Read-only inspection.

Instructions

Check autonomous loop metrics for a session (Pro).

When to use: to inspect a continuous-loop session's run-time metrics — iterations completed, cost, errors, safeguard status. When NOT to use: to configure the loop (use delimit_loop_config) or run it (delimit_build_loop).

Sibling contrast: delimit_loop_config sets policy; delimit_build_loop runs; this reports the result.

Side effects: read-only. Calls ai.loop_engine.loop_status.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
session_idNoSession id to check. Empty = most recent session.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

Declares 'Side effects: read-only' and specifies the underlying call, which is important behavioral context. No annotations exist, so the description carries full burden. It could mention auth or rate limits, but for a read-only check this is sufficient.

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: one line for purpose, then clear usage blocks, sibling contrast, and side effects. Every sentence is meaningful with no fluff.

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 an output schema exists, the description provides sufficient context for a simple read-only metric tool. It covers purpose, usage, and side effects comprehensively.

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 parameter description in the description mirrors the schema exactly. Baseline 3 is appropriate since the description adds no new semantic information 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?

The description uses a specific verb 'check' and specifically states 'autonomous loop metrics for a session (Pro)'. It clearly distinguishes from siblings by contrasting with delimit_loop_config and delimit_build_loop.

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 (inspect run-time metrics like iterations, cost, errors, safeguard status) and when NOT to use (configuring or running the loop), with exact sibling tool names.

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