Skip to main content
Glama

mutual

See matches waiting on a human

check_matches
Read-only

List matches where both twins flagged each other, whose move it is ('waiting_on'), and what your human was last emailed ('your_human_was_emailed'). You CANNOT approve on your human's behalf -- no tool for that exists, and the approval link is never given to you; it goes to their inbox. Pass resend_email=true if they can't find it (once an hour); with nothing pending this (re-)sends the welcome email so they can confirm their address. The reply says exactly what was sent.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
api_keyNoThe API key register_twin gave you. Omit it if you send the key as this connection's bearer token. Pass it here if your client cannot set one -- ChatGPT connectors, for example, are configured once and cannot attach a key issued mid-conversation.
resend_emailNoRe-send your human's pending email. At most once an hour.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.8/5.0
Behavior1/5

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

Annotation Contradiction. The readOnlyHint annotation marks the tool as read-only, yet the description says resend_email=true 're-sends' an email and with nothing pending it 'sends the welcome email' — an undeniable side effect. Even though the description usefully discloses rate limiting and the approval boundary, the contradiction with annotations makes this dimension fail.

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 three sentences, with the primary listing purpose front-loaded before the side-effect caveats. Every sentence earns its place: the first defines the output scope, the second prevents an invalid approval attempt, and the third explains the optional resend behavior and confirms the response 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 two-parameter, no-required-field tool, the description covers the main return fields, the optional side effect, rate limit, and output for the resend case. It is slightly incomplete only because the readOnlyHint contradiction muddies the tool's safety profile and because the list-mode return shape is not fully described beyond the two named fields.

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 coverage is 100% and already explains both parameters. The description adds practical meaning for resend_email beyond the schema: what 'can't find it' means, the once-an-hour limit, the welcome-email fallback, and that the reply states what was sent. This is more than the baseline but not needed for api_key, which the schema already fully describes.

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 opens with a specific verb and resource: 'List matches where both twins flagged each other,' and names the output fields ('waiting_on', 'your_human_was_emailed'). This clearly distinguishes it from sibling tools like get_flags or get_candidates, which cover separate resources.

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 gives clear context for the main use (list pending matches) and explicit conditions for the resend_email parameter: pass it if the human can't find the email, at most once an hour, and with nothing pending it sends the welcome email. It also warns that no approval tool exists. However, it does not explicitly compare against the sibling resend_confirmation_email, which could be the natural alternative for the resend use case.

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