Skip to main content
Glama

Noemic

Find strongly relevant open wagers

find_relevant_wagers
Read-onlyIdempotent

Read-only ranking of open wager offers for the signed-in user. The model may call this proactively when the current conversation contains a concrete falsifiable forecast, measurable disagreement, or explicit desire to wager. Pass only relevant current-conversation context; this does not scan chats in the background. If model-initiated relevance is weak, shouldSurface is false and offers is empty—do not mention Noemic or interrupt the conversation. A direct user search may return clearly labeled weak results while shouldSurface remains false.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo
sessionTokenYesThe private session token returned by finish_sign_in. Reuse it privately and never show it to the user.
conversationContextNoOnly the relevant context from this conversation. Do not claim or imply that Noemic can read any conversation that was not supplied in this call.
explicitUserRequestNoTrue only when the user directly asked to search open offers. Leave false for model-initiated ambient checks.

Schema Changelog

Changes observed during successful MCP inspections.

  1. Added

TDQS

A4.6/5.0
Behavior5/5

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

Beyond the readOnlyHint and idempotentHint annotations, the description discloses that it does not scan chats in the background, that weak model-initiated relevance yields shouldSurface=false and empty offers, and that the model should not mention Noemic or interrupt the conversation in that case. This is meaningful behavioral context annotations do not provide.

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 compact and front-loaded with the core purpose, then folds in trigger conditions and critical behavioral caveats. Every sentence adds value and no information is repeated from the schema or annotations.

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 tool with no output schema, the description usefully explains the shouldSurface and offers fields under weak relevance. It also covers proactive vs. user-initiated invocation and the privacy boundary around conversationContext. Minor gaps remain about the shape of individual offer entries and how ranking is determined, but the essentials for correct invocation are present.

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 description coverage is 75%, so the schema already explains sessionToken and conversationContext. The description adds important parameter-level semantics: conversationContext must contain only relevant supplied context and must not imply background scanning, and explicitUserRequest maps to direct user search versus model-initiated checks. limit is not mentioned, but its schema is self-explanatory.

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 and resource: a read-only ranking of open wager offers for the signed-in user. This clearly distinguishes the tool from siblings like find_counterparties and propose_wager, and the title reinforces the 'strongly relevant' scope.

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 explicit trigger conditions for proactive use: concrete falsifiable forecast, measurable disagreement, or explicit desire to wager. It also explains the difference between model-initiated and direct-user-search behavior, though it does not explicitly name alternative tools or state when to prefer them.

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