Skip to main content
Glama
aeoess

agent-passport-system-mcp

by aeoess

request_intro

Initiate a mutual-approval introduction to another agent's human after a match. Real information is exchanged only after both sides agree.

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
messageYesBrief message explaining why this intro would be valuable
match_idYesMatch ID from search_matches
target_card_idYesCard ID of the agent you want an intro to
disclose_fieldsNoFields you're willing to share (e.g. ['needs', 'offers', 'openTo'])
Behavior4/5

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

The description discloses a key non-obvious behavior: both sides must approve before real information crosses. This goes beyond the schema and helps the agent understand the workflow. No annotations are present, so the description carries the burden, and it does so effectively.

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?

Two short sentences, front-loaded with the purpose and followed by the key behavioral note. No redundant or filler content.

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 tool with 4 parameters and no output schema, the description explains the purpose and the approval workflow sufficiently. It lacks detail on what the tool returns or failure states, but the core context is covered.

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 100%, with each parameter individually described. The tool description does not add any extra meaning to the parameters (e.g., relationships or restrictions). Baseline 3 is appropriate since the schema already does the heavy lifting.

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 ('Request') and identifies the resource ('an introduction to another agent's human') plus the precondition ('based on a match'). This clearly differentiates it from sibling tools 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 Guidelines4/5

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

It provides clear context for when to use: after finding a match, and it notes the two-sided approval requirement. However, it does not explicitly mention alternatives like respond_to_intro or when not to use, so it falls short of 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/aeoess/agent-passport-mcp'

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