Skip to main content
Glama

get_operating_loop_status

Read-onlyIdempotent

Retrieve the exact status of a specific operating loop run by supplying company, project, loop, and run references.

Instructions

Read one exact loop run through its Spring-scoped SDK authority.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
run_refYes
loop_refYes
company_refYes
project_refYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes

Schema Changelog

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

  1. Addedv0.1.1

TDQS

C2.5/5.0
Behavior3/5

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

The annotations already declare readOnlyHint and idempotentHint, and the description simply reiterates that it reads a loop run without adding extra behavioral context such as side effects, permissions, or error conditions. The description is consistent with the annotations but does not go beyond them.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single concise sentence, which is efficient. However, it is not structured with any hints about parameters or expected output. It is not overly verbose, but the structure could be improved by separating the purpose from contextual details.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The tool has an output schema (not shown in the prompt) but the description does not mention what information is returned, nor does it provide any context about the loop run or the 'Spring-scoped SDK authority'. There is no mention of prerequisites or related resources, so the description is incomplete for an agent to fully understand the tool's role.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters1/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

None of the four parameters (run_ref, loop_ref, company_ref, project_ref) are explained in the description or the schema. The schema has no descriptions, and the description does not mention any parameter details. An agent has no clue what each parameter represents or how they relate to each other.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose3/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description states that the tool reads a specific loop run, but it is vague about what 'status' means and the 'Spring-scoped SDK authority' phrase is unclear. It does not clearly differentiate from sibling tools like describe_operating_loop or get_operating_loop_evidence, so the purpose is only partially clear.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides no guidance on when to use this tool versus alternatives. It does not mention scenarios, prerequisites, or conditions that would indicate this tool over get_operating_loop_evidence or describe_operating_loop. Without this, an agent has to infer usage context.

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/RPasquale/lightbulb-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server