Skip to main content
Glama

marrow_agent_status

Verify Marrow's passive activity for your agent or fleet. Retrieve connection state, signal quality, and next actions to confirm governance is operational without a dashboard.

Instructions

Check whether Marrow is passively active for this agent or fleet. Returns connected state, signal quality, non-sensitive proof, and next actions. Use at session start or before owner reporting to prove Marrow is working without a dashboard.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
periodNoTime period: 7d (default), 14d, or 30d
agentIdNoOptional agent_id/session_id filter. Defaults to MARROW_AGENT_ID.
Behavior4/5

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

No annotations are provided, but the description carries the burden well for a read-only status tool. It discloses that this is a non-destructive check ('Check whether'), names the returned data (connected state, signal quality, non-sensitive proof, next actions), and clarifies the proof is non-sensitive.

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?

Two short sentences, front-loaded with the primary purpose and then a concise use case. Every sentence adds value with no filler.

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?

For a low-complexity status check, the description covers what the tool does, when to use it, and what it returns. There is no output schema, but the return categories are explicitly named. A minor gap is lack of detail about output formatting or behavior across periods, but the schema compensates.

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% for both parameters (period and agentId), so the baseline is 3. The description does not add additional parameter detail, such as how period ranges behave or how agentId filtering works, beyond what the schema already documents.

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?

States a specific action ('Check whether Marrow is passively active') with a clear resource ('for this agent or fleet') and lists concrete return values. This distinguishes it from sibling status tools by emphasizing fleet scope, passive activity, and dashboard-free proof.

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

Usage Guidelines4/5

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

Provides explicit usage context: 'Use at session start or before owner reporting'. This is clear guidance on when to invoke the tool, though it does not explicitly contrast with alternatives or state when not to use it.

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/getmarrow/marrow-mcp'

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