Skip to main content
Glama

Noemic

Find relevant counterparties

find_counterparties
Read-onlyIdempotent

Secondary, read-only research for when the user explicitly asks to find a person for a concrete falsifiable forecast or disagreement, optionally anchored to an existing draft offer. Do not call proactively: the default betting path recommends open bets or useful questions instead of people. Results cite only scope-authorized evidence behind each match; weak results are clearly labeled.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo
offerIdNo
sessionTokenYesThe private session token returned by finish_sign_in. Reuse it privately and never show it to the user.
conversationContextYesOnly the relevant context from this conversation. Do not claim or imply that Noemic can read any conversation that was not supplied in this call.
explicitUserRequestYesConfirm that the user directly asked to search for counterparties.

TDQS

A4.4/5.0
Behavior4/5

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

Annotations already cover read-only, idempotent, non-destructive, and closed-world. The description adds meaningful behavioral context: results cite only scope-authorized evidence and weak results are clearly labeled. This goes beyond the annotations without contradicting them, though it stops short of detailing result structure or failure modes.

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 sentences, front-loaded with purpose, then usage guidance, then behavioral caveats. No filler or repetition; every clause adds value. This is exemplary conciseness for a tool description.

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?

Given the tool's moderate complexity (5 params, no output schema), the description covers purpose, usage exclusions, and key behavioral traits. It does not explain return format or error conditions, but the read-only nature and annotations reduce the need. Largely complete for an AI agent's selection and 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 coverage is 60% (3 of 5 params described). The description adds semantics for offerId by mentioning 'optionally anchored to an existing draft offer,' which clarifies that parameter. However, 'limit' remains undocumented in both schema and description, and no extra meaning is provided for explicitUserRequest beyond its const:true schema constraint. The description partially compensates but not fully.

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 states a specific verb ('find') and resource ('counterparties' — people for concrete falsifiable forecasts or disagreements), and explicitly distinguishes itself from sibling tools by labeling it 'Secondary' and contrasting with open bets/useful questions. This clearly differentiates from find_relevant_bets and propose_bet.

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

Usage Guidelines5/5

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

Explicitly states when to use: when the user asks to find a person for a concrete forecast/disagreement, optionally anchored to an offer. Also provides a strong when-not: 'Do not call proactively' and directs to open bets/useful questions instead. This is clear usage guidance with alternative tools in mind.

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.5/5.0
Disambiguation5/5

Each tool has a clearly distinct purpose: sign-in has separate start/finish steps, explain_noemic is informational, find_counterparties and find_relevant_bets differ by target (people vs. offers), and propose_bet creates a draft. There is no ambiguity between any two tools.

Naming Consistency5/5

All tool names follow a consistent snake_case verb_noun pattern (begin_sign_in, find_counterparties, find_relevant_bets, propose_bet, finish_sign_in). The verb is always first and descriptive, with only explain_noemic using a proper noun as the object, but this does not break the pattern.

Tool Count5/5

Six tools is well-scoped for this server's purpose: auth flow, explanation, two search functions, and proposal creation. Each tool earns its place without redundancy or bloat.

Completeness4/5

The server covers the core lifecycle of signing in, understanding the network, finding matches, and proposing bets. Minor gaps exist like no listing or cancelling drafts and no sign-out, but these are not critical for the stated no-custody, read-only discovery focus.

Resources