Skip to main content
Glama

lawbor_m2_post

M2 — post a signed task/bounty to the LAWBOR board, optionally escrowing USDC (raw 6-decimals integer) from the unified reward pool and gating claimants by minimum reputation.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nonceYes
topicYesbytes32 topic hash.
posterYes
expiresAtNoUnix seconds expiry.
signatureYesEIP-712 signature by `poster`.
contentCidYes
requiredRepNoMinimum claimant reputation.
escrowUsdcRawNoUSDC escrow, raw integer (6 decimals). 0 = none.

Schema Changelog

Changes observed during successful MCP inspections.

  1. Added
  2. Removed
  3. Added

TDQS

A3.9/5.0
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 reveals that the tool posts a task, optionally escrows USDC from a reward pool, and gates claimants by reputation. However, it does not disclose what happens on failure, authorization requirements, or side effects. The behavioral impact is partially described but lacks depth.

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, front-loaded sentence that efficiently conveys the core purpose and key options (escrow, reputation gating). There is no unnecessary information.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

With 8 parameters, no output schema, and no annotations, the description covers the main action and optional features. However, it omits details on how parameters like nonce, signature, and poster interplay, and it does not describe the return value or failure modes. Moderately complete but with notable gaps.

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 63%, so the baseline is 3. The description adds context like 'from the unified reward pool' for escrow, but the schema already describes 'raw integer (6 decimals)' and 'minimum claimant reputation'. No new parameter-level details are provided beyond what the schema offers.

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 identifies the action ('post a signed task/bounty'), the target resource ('LAWBOR board'), and key optional features (escrow, reputation gating). It distinguishes itself from sibling tools by specifying 'M2' and the posting action, which is unique among the listed lawbor tools.

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?

The description implies usage when a user has a signed task/bounty to post. However, it does not explicitly state when not to use this tool or mention alternative tools for similar tasks, such as lawbor_m1_send or lawbor_m10_tip.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.