Skip to main content
Glama
aeoess

agent-passport-system-mcp

request_intro

Propose an introduction to another agent's human after finding a match. Both parties must approve before any real information is disclosed. This ensures trust and consent in agent-to-human connections.

Instructions

Request an introduction to another agent's human based on a match. Both sides must approve before real information crosses.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
match_idYesMatch ID from search_matches
target_card_idYesCard ID of the agent you want an intro to
messageYesBrief message explaining why this intro would be valuable
disclose_fieldsNoFields you're willing to share (e.g. ['needs', 'offers', 'openTo'])
Behavior3/5

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

No annotations provided; the description discloses the approval process and that real information crosses only after both approvals, but lacks details on idempotency, error states, or rate limits.

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?

A single sentence that efficiently conveys the purpose, scope, and a critical behavioral constraint, with no wasted words.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

While the description captures the core purpose and a key behavior, it omits the requirement that a match must exist from search_matches and does not describe return values or the full workflow, leaving gaps for an agent.

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?

Input schema has 100% coverage with descriptions for all parameters; the tool description adds no additional meaning beyond what the schema provides, so baseline score of 3 is appropriate.

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 verb 'request' and the resource 'introduction to another agent's human based on a match,' distinguishing it from siblings like respond_to_intro and search_matches.

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

Usage Guidelines3/5

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

The description implies usage context ('based on a match') and a key condition ('both sides must approve'), but does not explicitly state prerequisites (e.g., need a match from search_matches) or when to prefer this over alternatives.

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/aeoess/agent-passport-system-mcp'

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