Skip to main content
Glama
jorgenclaw

Pay per Call Nostr service for AI Agents MCP

create_action_receipt

Generate signed receipts to verify AI agent actions on Nostr, providing third-party attestation with an audit trail for accountability.

Instructions

Create a signed action receipt (kind 1111) attesting an agent's action. Third-party attestation via Jorgenclaw's signing key. Price: 21 sats.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
agent_idYesAgent identifier (e.g. "myagent@example.com")
actionYesAction identifier (e.g. "posted_to_moltbook")
summaryYesHuman-readable description of the action
metadataNoOptional key-value pairs for additional context
payment_preimageNoLightning payment preimage (64 hex chars)
Behavior2/5

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

With no annotations provided, the description carries full burden. It mentions pricing (21 sats) and third-party signing, but lacks critical behavioral details: whether this is a write operation, if it requires authentication, rate limits, what happens on failure, or the structure of the returned receipt. The description is insufficient for a mutation tool with zero annotation coverage.

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, efficient sentence that front-loads the core purpose. However, it could be more structured by separating the pricing information or adding a brief note on use cases.

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

Completeness2/5

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

For a mutation tool with 5 parameters, no annotations, and no output schema, the description is incomplete. It lacks details on behavioral traits, error handling, return values, and how it differs from siblings like 'verify_receipt'. The pricing note is helpful but insufficient for full contextual understanding.

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%, so the schema fully documents all parameters. The description adds no parameter-specific information beyond what's in the schema, maintaining the baseline score of 3 for high schema coverage.

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 specific action ('Create a signed action receipt'), identifies the resource (receipt with kind 1111), and distinguishes it from siblings by mentioning third-party attestation via Jorgenclaw's signing key. It goes beyond a tautology by explaining the attestation mechanism and pricing.

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

Usage Guidelines3/5

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

The description implies usage when attesting an agent's action with third-party signing, but provides no explicit guidance on when to use this versus alternatives like 'verify_receipt' or other sibling tools. No exclusions or prerequisites are mentioned.

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/jorgenclaw/sovereign-mcp'

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