Skip to main content
Glama

dashclaw_invoke

Invoke a DashClaw-governed API capability with automatic policy enforcement, execution, and audit trail. Use after discovering available capability IDs.

Instructions

Invoke a DashClaw-governed capability (external API). The capability is guarded (policy check), executed (HTTP call), and recorded (audit trail) automatically. Use this instead of making direct HTTP calls when the target API is registered as a DashClaw capability. Call dashclaw_capabilities_list first to discover available capability IDs.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
payloadNoRequest payload for the capability
agent_idNoFallback identity when no server-level agent id is configured (the configured id wins)
capability_idYesThe capability ID (e.g., cap_abc123)
declared_goalYesWhat you're trying to accomplish
Behavior4/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 discloses that the call is guarded (policy check), executed (HTTP call), and recorded (audit trail) automatically. It also mentions the fallback identity mechanism. Missing details on error handling or failure modes, but covers essential behaviors well.

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?

Four sentences: main action, what happens (guard, execute, record), when to use vs. alternatives, and a prerequisite action. Every sentence earns its place, front-loaded with the core purpose. No filler or redundancy.

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 no output schema, describing the return value would be beneficial but not critical. The description covers the input, behavior, and usage context. The tool has nested objects, but the schema handles those. Slightly incomplete due to lack of output description, but still very good.

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 description coverage is 100%, and each parameter has a clear description in the schema. The description adds context about the overall governance process but does not significantly enhance parameter meaning beyond the schema. Baseline 3 is appropriate.

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 verb (invoke), resource (DashClaw-governed capability/external API), and scope (guarded, executed, recorded). It distinguishes from direct HTTP calls and the sibling tool dashclaw_capabilities_list by explicitly contrasting usage. No tautology or vagueness.

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

Usage Guidelines5/5

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

Explicitly says to use this instead of making direct HTTP calls when the target API is registered as a DashClaw capability. Also advises to call dashclaw_capabilities_list first to discover available capability IDs, providing clear when-to-use and prerequisites.

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