Skip to main content
Glama
markswendsen-code

@striderlabs/mcp-alaska

alaska_select_seat

Choose a specific seat on an Alaska Airlines flight by providing the flight ID and seat identifier. Use the seat map tool first to view available seats.

Instructions

Select a specific seat on a flight. Use alaska_get_seat_map first to see available seats.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
flight_idYesFlight ID or flight number
seatYesSeat identifier (e.g., "12A", "23F", "4C")
Behavior2/5

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

No annotations are present, and the description lacks details on behavioral traits such as whether the selection is reversible, confirms immediately, or requires additional steps. This is insufficient for a tool that likely modifies a booking.

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 extremely concise with two sentences, front-loading the core function and essential usage guidance without any wasted words.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the lack of output schema and annotations, the description does not explain what happens after selection (e.g., confirmation, error handling, or impact on booking). This leaves important context gaps for a mutation tool.

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?

The input schema fully describes both parameters with 100% coverage. The description adds an example seat identifier format but does not provide significant additional meaning beyond the schema.

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 selects a specific seat on a flight, using a specific verb and resource. It also distinguishes from sibling tools by mentioning the prerequisite alaska_get_seat_map.

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 explicitly advises using alaska_get_seat_map first, providing clear guidance for proper sequencing. However, it does not specify when not to use this tool or mention alternatives.

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

Install Server

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/markswendsen-code/mcp-alaska'

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