Skip to main content
Glama

submit_verified

Idempotent

Publish your local token runs as a signed, verified snapshot to the SigRank board. Use dry_run to inspect the payload without committing.

Instructions

Publish your LOCAL token runs to the SigRank board as a VERIFIED operator — the enrolled, signed path. Reads your pillars (tokenpull), builds the canonical Schema 1.0 snapshot per window, ed25519-signs it with your device key, and POSTs to /api/v1/snapshots. Requires npx sigrank-mcp enroll first (a bound device). Only signed submissions from a trusted device rank on the board. Token-only; the private key never leaves your machine. Pass dry_run:true to inspect the exact signed payload without publishing.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
windowNosubmit only this window (default: all 4)
dry_runNobuild + sign but do NOT publish — returns the exact payload that would be POSTed (token counts only), so you can inspect before submitting
platformNosource platform (default: claude). 'multi' = combined cascade summed across all locally-detected platforms (needs 2+ active); empty windows are skipped.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
reasonNoError or skip reason if status is not ok
statusNoSubmission status
previewNo
server_responseNoServer-side response including new rank if accepted
Behavior5/5

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

The description transparently details the tool's behavior: reads pillars, builds snapshot, signs with device key, and POSTs. It discloses that the private key never leaves the machine, and explains the dry_run option. Annotations (idempotentHint=true, destructiveHint=false) are consistent, with no contradictions.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single coherent paragraph that front-loads the main action and then details steps, prerequisites, and options. It contains no redundant sentences, though it could benefit from slight restructuring (e.g., bullet points) for readability.

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

Completeness5/5

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

Given the tool's 3 parameters, output schema availability, and annotations, the description covers all necessary behavioral info: what it does, prerequisites, security model, parameter defaults, and the dry_run flow. No gaps are evident.

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% coverage for its 3 parameters already. The description adds value by specifying defaults (window=all 4, platform='claude') and explaining special behavior for platform 'multi' (summed cascade requiring 2+ active platforms). This goes beyond the schema's enumerated values.

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 publishes local token runs to SigRank as a verified operator, with specific steps: read pillars, build canonical schema, sign with device key, POST to /api/v1/snapshots. It distinguishes from sibling tools like submit_paste by emphasizing the 'verified' and 'signed' path, which targets board ranking.

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 provides explicit prerequisite: requires `npx sigrank-mcp enroll` first. It explains the dry_run parameter for safe inspection. While it doesn't explicitly state when not to use this tool versus siblings, it gives sufficient context for appropriate use.

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/SunrisesIllNeverSee/sigrank-mcp'

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