Skip to main content
Glama
HCF-S

AmikoNet Signer MCP Server

by HCF-S

Create DID Signature

create_did_signature

Sign authentication messages with your DID private key for AmikoNet server verification. Private keys remain secure on your local machine while generating cryptographic signatures.

Instructions

Sign a message with your DID private key using credentials from environment variables. Returns a signature that can be sent to the AmikoNet MCP server for authentication. Private keys never leave this tool.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
messageYesMessage to sign (typically an authentication challenge)
providerNoDID provider (optional, auto-detected from environment)
Behavior4/5

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

With no annotations provided, the description carries the full burden and effectively discloses key behavioral traits: it explains the security aspect ('Private keys never leave this tool'), the authentication purpose, and the source of credentials ('from environment variables'). It lacks details on error handling or rate limits, but covers essential operational context.

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 front-loaded with the core purpose, followed by key behavioral details, and uses only three sentences with zero waste. Each sentence adds critical information, making it highly efficient and well-structured.

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?

For a tool with no annotations and no output schema, the description is reasonably complete: it explains the purpose, security behavior, and authentication context. However, it does not describe the return value format (e.g., signature type or encoding), which is a minor gap given the lack of output schema.

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 already documents both parameters thoroughly. The description adds minimal value beyond the schema by implying 'message' is typically an authentication challenge, but does not provide additional syntax or format details. Baseline 3 is appropriate as the schema handles most parameter documentation.

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 ('Sign a message with your DID private key'), the resource involved ('DID private key'), and distinguishes it from sibling tools by specifying its authentication purpose for the AmikoNet MCP server, unlike 'generate_auth_payload' which likely creates payloads rather than signatures.

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 clear context for when to use this tool: for signing messages for authentication with the AmikoNet MCP server. However, it does not explicitly state when not to use it or name alternatives like the sibling tool 'generate_auth_payload', leaving some ambiguity in tool selection.

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/HCF-S/amikonet-signer-mcp-server'

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