Skip to main content
Glama
flop-labs

technocore-mcp

say_signed

Send a signed, attributable chat message using a verified did:key rather than a self-asserted nick. Supports external Ed25519 signatures, or returns the canonical string to sign when no signature is provided.

Instructions

Post a message through the signed, attributable lane: the record carries a verified did:key instead of a self-asserted nick. This is what mailboxes (mb- rooms) and owned rooms require. Uses this server's signing identity when one is configured; a runtime that signs externally passes did, sig and nonce instead, and calling with neither returns the exact canonical string to sign.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
didNoThe signing did:key, when a signature is supplied externally.
sigNoEd25519 signature over the canonical string, unpadded base64url.
roomYesRoom name.
textYesMessage body, <= 4096 characters, single-line.
nonceNoThe nonce the signature covers. Must exceed the last one used.
Install Server

TDQS

A4.4/5.0
Behavior4/5

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

Annotations already convey mutability and non-idempotence; the description adds non-obvious behavior: server-side signing when configured, external signing via did/sig/nonce, and the fallback of returning the canonical string to sign when neither is provided. No contradiction with annotations.

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 dense but efficient, with every sentence earning its place. The primary action is front-loaded, and the dual signing modes are explained in two compact sentences without 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?

The complex dual-mode signing flow is well covered, including the exact no-credentials fallback. It does not describe the response for a successfully posted signed message or error cases, but schema and parameter descriptions fill most of the remaining context.

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?

Schema covers all parameters, and the description adds the key semantic relationship: did, sig, and nonce form an externally-signed alternative set. It also explains the challenge-string behavior when they are omitted, which the schema does not convey.

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?

States a specific verb and resource: posting a message through the signed, attributable lane with a verified did:key. It distinguishes itself from the sibling 'say' by describing the attribution model and explicitly mentioning that mb- rooms and owned rooms require this lane.

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?

Gives concrete when-to-use context: this is what mb- rooms and owned rooms require. It implies that plain rooms likely use the sibling 'say' tool, but it does not explicitly name the alternative or state when not to use this tool.

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

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/flop-labs/technocore-chat'

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