Skip to main content
Glama
ProofHoldings

@proof-holdings/mcp-server

Official

create_delegation

Create a delegation from an active control proof, authorizing a URL or package artifact for capability scopes and returning a publishable signed token.

Instructions

Create a delegation (Proof of Delegation): a control-proven domain authorizes a typed url/purl artifact for a set of capability scopes and receives a publishable signed token. The attestation is that the domain's controller authorized this artifact — nothing more; it says nothing about the artifact or the business behind it. Each mint is a billable proof. A requested lifetime longer than the control proof's remainder is rejected, never truncated. The result carries the publishable token AND the DERIVED effective_status/is_valid — the same pair the list and get tools return, so the shape does not depend on which verb produced it.

ACCESS: needs a Proof account. Set PROOF_API_KEY and restart this server, then call this tool again. start_login does NOT open this tool.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
scopeYes1-32 capability scopes: lowercase kebab-case tokens, at most 64 characters each (e.g. send-email). NOT API scopes — an API-style resource:action such as payments:read is rejected with invalid_scope.
delegateYesThe typed artifact being authorized
expires_inNoLifetime in seconds (must not exceed the control proof's remainder)
control_proofYesPublic handle (ph_ctl_<32 hex>) of YOUR active domain control proof

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv1.1.0

TDQS

A4.7/5.0
Behavior5/5

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

With no annotations provided, the description carries the full behavioral disclosure burden, and it does so thoroughly. It states the attestation's limited meaning, the billable nature of each mint, the reject-never-truncate lifetime behavior, and the consistent result shape across list, get, and create. This lets an agent predict side effects and failure modes far better than the schema alone would.

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 every sentence earns its place: core action, scope limitation, billing impact, lifetime behavior, output shape, and access requirement. It is front-loaded with the primary purpose, and the ACCESS section is clearly separated for actionable setup information. There is no filler or tautology.

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?

For a tool with no annotations and no output schema, the description is unusually complete. It states the output contents (publishable token plus effective_status/is_valid), the access path, the billing consequence, the lifetime constraint, and the attestation semantics. Combined with the fully described schema, an agent has enough information to call this tool correctly and anticipate its result.

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 description coverage is 100%, so the baseline is 3, but the description adds meaningful semantics beyond the schema: it frames control_proof as a 'control-proven domain', explains the artifact types, and clarifies that over-long lifetimes are rejected rather than silently truncated. It does not repeat every parameter detail, but it adds contextual value where the schema is merely descriptive.

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 names a specific verb and resource ('Create a delegation (Proof of Delegation)') and clearly defines what the tool does: authorizing a typed url/purl artifact for capability scopes and producing a publishable signed token. It also differentiates the result from the list and get tools and explicitly contrasts access with start_login, so an agent can distinguish it from nearby tools.

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 gives clear access prerequisites ('needs a Proof account', set PROOF_API_KEY, restart the server, then call again) and a clear when-not ('start_login does NOT open this tool'). It also flags that each mint is billable, which is an important usage consideration. It stops short of explicitly enumerating alternative delegation tools like verify_delegation or revoke_delegation, so it is not a 5.

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/ProofHoldings/mcp-server'

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