Skip to main content
Glama

Delegate presence to an NFH agent

prepare_agent_presence_delegation
Read-only

Prepare owner-signable EIP-191 text granting one agent address presence-only heartbeats for up to 7 days. Grants no financial or account authority.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
agentYesEVM address.
ownerYesEVM address.
tokenIdYesNFH token id.
validForHoursNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed2 schema fields changed
    • changedInput schema / properties / agent / description
      Previous value: -"A 20-byte EVM wallet or contract address."New value: +"EVM address."
    • changedInput schema / properties / owner / description
      Previous value: -"A 20-byte EVM wallet or contract address."New value: +"EVM address."
  2. First observed

TDQS

A3.7/5.0
Behavior4/5

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

The description goes beyond the annotations by clarifying the security boundary ('Grants no financial or account authority') and the maximum duration ('up to 7 days'). The readOnlyHint=true annotation aligns with 'prepare owner-signable text,' indicating no state change is committed. It does not deeply explain the signature format or that delegation can be freely reversed, but given the annotations the behavioral posture is reasonably transparent.

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 one well-formed sentence, information-dense, and front-loads the main action ('Prepare owner-signable EIP-191 text'). Every phrase ('presence-only heartbeats', 'up to 7 days', 'no financial or account authority') earns its place and delivers meaningful boundaries.

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?

Given a read-only prepare-purpose, the description covers primary input semantics and the main behavioral constraint. It does not explain defaults or edge cases like what happens when validForHours is omitted, but the output schema can carry the return-value details, and the context is sufficient for an agent to know what is being prepared. A small gap remains around why this versus other delegation counterparts.

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?

The input schema covers owner and agent as 'EVM address' and tokenId as 'NFH token id', but leaves validForHours without a description. The description compensates by describing the intent: presence-only heartbeats for up to 7 days, which directly explains validForHours in human terms. It does not individually annotate each param, but the semantic gap in the schema is resolved enough.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description uses a specific verb ('Prepare') plus a concrete resource ('owner-signable EIP-191 text') and defines the delegation scope: 'presence-only heartbeats for up to 7 days.' This is clear enough to distinguish it from generic prepare_* tools, though it does not explicitly name any sibling tool it should be chosen over.

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

Usage Guidelines2/5

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

The description implies an obvious use case but gives no explicit guidance on when to choose this tool versus alternatives. The sibling list contains related tools such as prepare_agent_presence and prepare_delegated_agent_heartbeat, and the description does not state the condition that should route an agent away from those. It also does not mention prerequisites, such as needing an owner signature context or the fact that this only prepares a text.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.