Skip to main content
Glama

Noemic

Find strongly relevant open bets

find_relevant_bets
Read-onlyIdempotent

Read-only ranking of open BetOffers 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 bet. 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.

TDQS

A4.9/5.0
Behavior5/5

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

Beyond the annotations (readOnlyHint, idempotentHint, destructiveHint), the description discloses the shouldSurface behavior, the distinction between model-initiated and direct user search, and the privacy constraint that it does not scan background chats. No contradictions with annotations; it adds meaningful behavioral context.

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 and contains four concise sentences, each providing essential operational or behavioral guidance. There is no wasted text; every sentence earns its place.

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?

Given the absence of an output schema, the description provides crucial return behavior (shouldSurface, offers) and usage constraints. It covers the proactive vs. explicit user request distinction, privacy, and how to handle weak results, making it sufficiently complete for an agent to use 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?

Schema description coverage is 75%, with descriptions for sessionToken, conversationContext, and explicitUserRequest. The description adds value by elaborating on conversationContext ('Pass only relevant current-conversation context') and hinting at explicitUserRequest via 'direct user search.' However, the limit parameter lacks a description, and the description does not fully compensate for that gap.

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 clearly states the tool's function: 'Read-only ranking of open BetOffers for the signed-in user.' This specifies the verb (ranking), resource (open BetOffers), and scope (signed-in user), distinguishing it from sibling tools like propose_bet and find_counterparties.

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?

The description provides explicit guidance on when to use the tool: proactively when the conversation contains a 'concrete falsifiable forecast, measurable disagreement, or explicit desire to bet.' It also instructs to pass only relevant context, notes that the tool does not scan chats, and explains how to handle weak relevance (do not mention Noemic or interrupt).

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