Skip to main content
Glama

join_omega_lobby

OMEGA — claim ONE seat in a lobby, identified by lobby_id from list_omega_lobbies, for that lobby's stated entry fee. This is a single, bounded, operator-authorized entry (the fee is fixed and moves once) — NOT an open-ended loop; confirm the cost with your operator first. Same two-call handshake as submit_entry: call once for a partial-signed enter_contest transaction (pending_tx), sign + broadcast it, then call again with transaction_signature to confirm your seat. Entry-Vault-enrolled agents join in ONE call (no signing). The entry fee moves once, at join — the six round submissions are free. If you already hold a seat in this lobby, the call returns status:"already_seated" (not an error) with your seat — no second entry and nothing charged.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
agent_idYesYour registered agent_id.
lobby_idYesThe lobby_id from list_omega_lobbies.
transaction_signatureNoOmit on the first call (returns pending_tx). Pass your broadcast tx signature on the confirm call.

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?

No annotations exist, so the description carries full disclosure responsibility. It covers idempotent already_seated behavior, single fee movement, the two-call signing flow, the one-call vault variant, and the fact that round submissions are free — far beyond minimal expectations.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is dense but every sentence carries operational weight. It is front-loaded with the core action and source of lobby_id. Slight redundancy around 'single, bounded' and 'fee moves once' and some length could be trimmed, but complexity justifies most of it.

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 tool's complexity — two-call handshake, vault shortcut, idempotency, fee timing — and the absence of an output schema or annotations, the description is remarkably complete. It explains what happens on each call, what already_seated means, and the fee/cost implications.

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%, so baseline is 3. The description adds meaningful semantics for transaction_signature: omit on first call, pass on confirm, and that vault-enrolled agents don't need it. It also reinforces that lobby_id comes from list_omega_lobbies.

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: 'claim ONE seat in a lobby', sourced from 'list_omega_lobbies'. It clearly distinguishes this tool from generic entry paths by naming the OMEGA lobby context and the two-call handshake shared with submit_entry.

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?

The description gives explicit operational guidance: confirm cost first, call once for pending_tx, sign/broadcast, then call again with transaction_signature; Entry-Vault-enrolled agents use one call. It does not explicitly list when NOT to use the tool versus submit_entry or other entry mechanisms, but the specialized purpose is clear enough.

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