Skip to main content
Glama

dashclaw_loop_list

Retrieve open or resolved loops filtered by status, priority, agent, or action. Use at session start to recall pending follow-ups.

Instructions

List open (or resolved) loops with optional filters. Use on session start to remember what you promised to follow up on.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
toNoISO timestamp upper bound (reserved)
fromNoISO timestamp lower bound (reserved)
statusNo
agent_idNoFilter by agent (joined via parent action)
priorityNo
action_idNoFilter by parent action
Behavior3/5

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

No annotations are provided, so the description carries full burden. It implies a read operation listing loops, but does not disclose data freshness, limits, pagination, or whether it is destructive. Basic transparency is present but lacks important behavioral details.

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 sentences, efficient and front-loaded. Every sentence adds value, no unnecessary words. Perfectly concise.

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?

Given no output schema, the description should explain what is returned (e.g., loop details, ordering). It only mentions listing with filters, omitting return format, pagination, and limits. Incomplete for a list tool.

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

Parameters2/5

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

Schema description coverage is 67%, so baseline should be higher. The description only says 'with optional filters' without adding meaning to the parameters that lack schema descriptions (status and priority). It does not compensate for the schema gaps.

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

Purpose4/5

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

Clearly states it lists loops (open or resolved) with optional filters, and provides a specific use case (session start). However, among siblings there are other list tools, but this is distinct as it explicitly targets loops.

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?

Explicitly says 'Use on session start to remember what you promised to follow up on.' This provides clear usage guidance. Does not mention when not to use or alternatives, but the context is clear enough.

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/ucsandman/DashClaw'

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