Skip to main content
Glama

edgegate_recorder_status

Check field recorder status for a workspace: recorded-event counts, replay/divergence breakdown, hash-chain integrity, and reporting devices.

Instructions

Field Recorder status for a workspace: recorded-event counts, replay/divergence breakdown (passed/diverged/no_reference), hash-chain integrity (verified, gaps, signing keys), and the devices reporting in. Read-only.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
device_idNoOptional — scope the status to a single device.
workspace_idYes
Behavior4/5

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

With no annotations provided, the description carries the full burden. It explicitly discloses 'Read-only' and details the data returned, which is a strong behavioral indicator. It does not mention error conditions or permissions, but the read-only nature and output composition are clearly communicated.

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 a single, well-structured sentence using a colon to list key output categories, followed by the behavioral note 'Read-only.' Every phrase carries meaning, with no repetition or filler. It is front-loaded with the main purpose.

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?

Without an output schema, the description provides a solid outline of the return values (counts, breakdown categories, integrity details, devices). It covers the essential aspects for an agent to understand what the tool offers. It lacks exact field names or formatting, but given the tool's simplicity, the description is sufficiently complete.

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 50%, with device_id already described. The description adds context that the tool is per-workspace, partially clarifying workspace_id's role. However, it does not elaborate on parameter types or constraints beyond what the schema provides, so it only marginally compensates for the missing workspace_id description.

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 what the tool returns: recorded-event counts, replay/divergence breakdown, hash-chain integrity, and devices reporting in. It specifically names 'Field Recorder status' and immediately distinguishes it from sibling status/check tools by scope and content. The 'Read-only' tag reinforces the query nature, making the purpose unmistakable.

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?

There is no explicit guidance on when to use this tool versus alternatives like edgegate_check_status or edgegate_list_devices. The description implies it is for field recorder status, but it does not state conditions or exclusions. No alternatives or contextual triggers are mentioned.

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/frozo-ai/edgegate-mcp'

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