Skip to main content
Glama

dashclaw_assumption_record

Record unverified assumptions tied to specific actions, enabling operators to validate or refute them and track staleness. Attach after the dependent action.

Instructions

Record an assumption you are acting on — something you treat as true but have not verified (e.g. "staging tests passed", "no active legal hold on this record"). Attach it to the action whose decision rests on it so operators can later validate or refute it and staleness drift is tracked. Call right after the action that depends on the belief.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
basisNoWhy you believe it (optional)
action_idYesParent action id the assumption underpins (from dashclaw_record)
assumptionYesThe belief being treated as true
Behavior3/5

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

No annotations provided, so description must disclose behavior. It mentions staleness tracking and operator validation, but does not address side effects, authorization needs, or any destructive potential. Acceptable but could be more thorough.

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?

Concise two-sentence structure: first defines purpose with examples, second specifies when to call. No wasted words.

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?

Given the simple parameter count and no output schema, the description covers the key aspects: what it records, why, and when. Minor gap: no mention of return value or confirmation, but not critical for this tool.

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

Parameters4/5

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

The input schema has 100% description coverage. The description adds context by explaining the role of action_id (parent action) and assumption (belief), and notes basis as optional. This enhances understanding beyond the schema.

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 the tool records an assumption attached to an action, with specific examples like 'staging tests passed'. It distinguishes from siblings by focusing on unverified beliefs and linking to parent actions via action_id.

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 states 'Call right after the action that depends on the belief', providing clear timing guidance. However, it does not explicitly exclude scenarios where assumptions are already verified or provide alternatives, though the context implies 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/ucsandman/DashClaw'

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