Skip to main content
Glama

openmandate_submit_outcome

Report how a confirmed match went. Available after both parties accepted and contact info was revealed.

Outcomes:

  • 'succeeded': Found the right person. Mandate closes.

  • 'failed': Didn't work out. Mandate reactivates for new matches.

  • 'ongoing': Still in conversation. OpenMandate checks back later.

IMPORTANT: Always confirm the outcome with the user before submitting. This affects their mandate and matching status.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
outcomeYesMatch outcome.
match_idYesThe match ID to report outcome for.

TDQS

A4.5/5.0
Behavior4/5

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

Given annotations only indicate non-read-only and non-destructive, the description adds important behavioral context: 'succeeded' closes the mandate, 'failed' reactivates it for new matches, and 'ongoing' prompts later checks. It also warns about affecting the user's mandate and matching status. This goes beyond the minimal annotation information.

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 front-loaded with the core purpose, followed by a clear bulleted list of outcomes. The important user-confirmation warning is set off with 'IMPORTANT'. Every sentence provides key information without redundancy.

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

Completeness5/5

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

For a simple 2-parameter tool with no output schema and minimal annotations, this description covers prerequisites, outcome effects, and user guidance. It fully equips an agent to decide when and how to invoke the tool correctly.

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?

With 100% schema description coverage, baseline is 3. The description enhances the 'outcome' parameter by detailing the real-world consequences of each enum value, which the schema merely labels as 'Match outcome.' This adds meaningful semantics beyond the schema.

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 'Report how a confirmed match went', which clearly specifies the action (report) and resource (match outcome). It explicitly enumerates the three possible outcomes and their implications, distinguishing this tool from siblings like openmandate_close_mandate or openmandate_respond_to_match.

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 states the precondition 'Available after both parties accepted and contact info was revealed', clearly defining when to use it. It also advises confirming outcomes with the user. While it doesn't name alternative tools, the context of 'confirmed match' and the outcome effects provide sufficient usage boundaries.

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.

TDQS

A4.4/5.0
Disambiguation5/5

Every tool has a clearly distinct purpose with no ambiguity. Tools are well-defined around specific actions on contacts, mandates, and matches, such as openmandate_add_contact vs. openmandate_update_contact or openmandate_create_mandate vs. openmandate_close_mandate. The descriptions reinforce unique roles, preventing misselection.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern with the 'openmandate_' prefix, such as openmandate_add_contact, openmandate_list_matches, and openmandate_verify_contact. This uniformity makes the set predictable and easy to navigate, with no deviations in naming conventions.

Tool Count5/5

With 15 tools, the count is well-scoped for managing contacts, mandates, and matches on OpenMandate. Each tool earns its place by covering essential operations like CRUD for contacts, mandate lifecycle management, and match interactions, without feeling excessive or insufficient for the domain.

Completeness5/5

The tool set provides complete coverage for the OpenMandate domain, including full CRUD for contacts, mandate creation to closure, match handling, and outcome reporting. There are no obvious gaps; tools support the entire workflow from contact verification to match resolution, ensuring agents can operate without dead ends.

Resources