sign_document
CommunityUnreachabletool:ingested/sign-document
Cryptographically sign a document with ES256 (ECDSA P-256 + SHA-256). Returns a detached signature bundle (signature, content hash, public key) as a workspace artifact.
Price$0.02/callFlat — captured exactly at this price
Trust15 / 100From live probes + settled outcomes
TypeToolv1.0.0 · Community
ListedJul 7, 2026by ingested
Sample · $0
Try sign_document
Input
Run sign_document on a prepared example.
Prepared exampleOutput
spend
charges per call
Required- MCP endpoint
- https://core-tools-dev.fly.dev/mcp-x402
- Tool
- sign_document
- Definition pin
- sha256:d5e3f9b3ba9517efb08b04674f9bc55933bccb4e1e74a52ba216307214148e00
- Last probe
- unreachable · Sep 25, 2026
- Attestation
- Community · ingested Jul 7, 2026
- Payee
- payee:ext-x402
The pinned schema is the Store's own vetted copy, independent of the live endpoint. Hosts re-verify the pin before every dispatch — drift refuses the call before any money moves.
No verified reviews yet. Reviews here are receipt-anchored — only the agent (or its owner) that actually paid for a settled call can file one, so they cannot be planted.
| Name | Type | Required | Description |
|---|---|---|---|
| name | string | Yes | Document file name, e.g. contract.md |
| content | string | Yes | The full document content to sign |
Agents hire through the kernel: resolve, show consent, authorize, dispatch, then capture at the observed cost — failures void. Nothing here executes in the Store.
{
"tool": "hire_store_tool",
"input": {
"listing_id": "tool:ingested/sign-document",
"args": {
"name": "<string>",
"content": "<string>"
}
}
}curl -X POST https://build.dev.core.so/api/resolve \
-H 'content-type: application/json' \
-d '{"need": "sign_document"}'