Skip to main content
Glama
gregbuehler

mcp-ff2026

by gregbuehler

set_draft_queue_entry

Insert or update a player in the draft queue with conflict protection. Use expected queue revision and state token to prevent stale writes from overwriting recent edits.

Instructions

Conflict-safely insert or update one player in the local draft queue.

    Copy expected_queue_revision and expected_state_token from get_draft_state. A stale write is
    rejected so a pick or another queue edit cannot be silently overwritten.
    

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
tierNo
draft_idNo
player_idYes
rationaleNo
roster_idNo
queue_rankYes
expected_state_tokenYes
expected_queue_revisionYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Install Server

TDQS

A4.2/5.0
Behavior4/5

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

With no annotations provided, the description carries the burden of behavioral disclosure. It clearly explains the optimistic concurrency mechanism (stale writes are rejected) and the consequence of preventing silent overwrites of picks or other queue edits. This goes beyond a generic 'update' statement.

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 two sentences long with no wasted words. It front-loads the core behavior and immediately provides the essential prerequisite, making it easy to parse and act on.

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?

The description covers the critical behavior and prerequisite for safe writes, and an output schema exists so return values need not be explained. However, it does not elaborate on optional parameters or clarify that player_id and queue_rank are required (though schema does). For the tool's complexity, it is reasonably complete but not exhaustive.

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 description coverage is 0%, so the description must compensate for parameter meaning. It adds significant context for expected_queue_revision and expected_state_token by explaining they are concurrency tokens. However, the remaining six parameters (tier, draft_id, rationale, roster_id, player_id, queue_rank) are not described beyond their schema titles, leaving gaps.

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 performs a conflict-safe insert-or-update of one player in the local draft queue, using specific verbs and a resource. It distinguishes itself from the sibling remove_draft_queue_entry by explicitly mentioning insert/update rather than removal.

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 provides a clear when-to-use context (insert or update a queue entry) and a specific prerequisite: copy expected_queue_revision and expected_state_token from get_draft_state. It does not explicitly name alternatives or exclusions, but the purpose is unambiguous relative to sibling tools.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/gregbuehler/mcp-ff2026'

If you have feedback or need assistance with the MCP directory API, please join our Discord server