Skip to main content
Glama
markswendsen-code

@striderlabs/mcp-alaska

alaska_get_flight_details

Retrieve detailed flight information including amenities, baggage policy, and on-time performance for any Alaska Airlines flight.

Instructions

Get detailed information about a specific flight including amenities, baggage policy, and on-time performance.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
flight_idYesFlight ID returned from alaska_search_flights or flight number (e.g., AS123)
Behavior3/5

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

No annotations provided, so description carries the burden. It lists three specific detail categories (amenities, baggage, performance) which gives some behavioral context, but omits whether authentication is required, if it's read-only, or any side effects.

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?

Single sentence with no wasted words. Could be slightly more structured with bullet points for clarity, but it is efficient and front-loaded with the core purpose.

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

Completeness3/5

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

Given no output schema, the description lists three categories but does not fully describe the return format or error handling. Adequate for a simple lookup tool but could be more complete.

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 100% for the single parameter flight_id. The description adds value by hinting at the kind of details returned but does not add specific parameter semantics 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?

Clearly states the verb 'Get' and resource 'detailed information about a specific flight' with specific examples like amenities, baggage policy, and on-time performance. Distinct from siblings such as alaska_get_flight_status, which likely provides only status.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

No guidance on when to use this tool versus alternatives like alaska_get_flight_status or alaska_get_seat_map. No mention of prerequisites or typical use cases.

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