Skip to main content
Glama

Delimit Loop Status

delimit_loop_status
Read-onlyIdempotent

Inspect run-time metrics of an autonomous loop session, including iterations completed, cost, errors, and safeguard status. Read-only check for current or most recent session.

Instructions

Check autonomous loop metrics for a session.

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

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. Changed1 schema field changedv4.7.9
    • changedInput schema / properties / session_id / description
      Previous value: -"The session to check. Uses most recent if empty."New value: +"Session id to check. Empty = most recent session."
  2. Addedv4.5.5

TDQS

A4.3/5.0
Behavior3/5

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

Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, so the safety profile is covered. The description adds the explicit 'Side effects: read-only' statement and the internal call target, but these largely repeat or extend the annotation without revealing meaningful additional behavioral constraints such as permissions, rate limits, or error conditions.

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 tightly organized with clear labeled sections: what it does, when to use it, when not to use it, sibling contrast, and side effects. Every section earns its place, and the key purpose is front-loaded in the first sentence.

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?

For a simple read-only inspection tool with one optional parameter, an output schema, and comprehensive annotations, the description covers all necessary context: target resource, metrics inspected, alternatives, and exclusions. Nothing an agent needs to select or invoke the tool correctly is missing.

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 description coverage is 100%, so the single session_id parameter is already fully documented in the schema, including the 'Empty = most recent session' behavior. The description mentions 'for a session' but does not need to add parameter details since the schema carries that burden.

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') with a clear resource ('autonomous loop metrics for a session') and enumerates the metrics returned: iterations completed, cost, errors, and safeguard status. It also distinguishes itself from siblings by stating that delimit_loop_config configures and delimit_build_loop runs, while this tool reports the result.

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?

Explicit 'When to use' and 'When NOT to use' sections clearly state the appropriate context for inspection and route the agent to the sibling tools delimit_loop_config and delimit_build_loop. The sibling contrast line reiterates the decision boundary, leaving no ambiguity about tool selection.

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