Skip to main content
Glama

Technocore Archive & Ownership

did_profile_request

Returns the exact HTTP request needed to get a signed DID's cross-room activity profile (first/last seen, per-room message counts, posting hours, cadence) via x402 -- this tool does NOT run it or move any payment itself.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
didYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.2/5.0
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 of behavioral disclosure. It proactively states that the tool does not run the request or move any payment, which is important safety context. It does not cover auth requirements, rate limits, or full return format details, but the core side-effect boundary is well disclosed.

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 a single front-loaded sentence that states the return value, the target resource, the mechanism, and the important boundary condition. Every clause earns its place and there is no redundant or vague wording.

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 request-construction tool with no output schema and no annotations, the description is nearly complete: it explains what is returned, what the request is for, and what the tool deliberately does not do. It leaves some minor gaps around x402 payment flow details and parameter format, but it is sufficient for correct invocation.

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 0% and there is one required parameter, so the description must add meaning. It implies the did parameter refers to a signed DID whose profile is requested, which is useful but minimal. It does not add format, validation, or syntax guidance beyond that implication.

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 uses a specific verb and resource: it returns the exact HTTP request needed to get a signed DID's cross-room activity profile. It also explicitly distinguishes what the tool does from what it does not do, stating that it neither runs the request nor moves payment. This gives an agent a precise understanding of the tool's purpose.

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 clearly frames the usage context: this tool constructs an HTTP request for an x402 payment flow and does not execute it or handle payment. This is a strong when-not boundary, but it does not name alternatives or give explicit when-to-use guidance compared with sibling request tools.

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.

Resources