Skip to main content
Glama
WiFiWithoutWalls

starlink-enterprise-mcp

post_flights_status

Post a flight status event to report real-time updates for Starlink-connected aircraft. Use tail number, flight number, and event type to submit departures, arrivals, or metadata.

Instructions

Post a flight event — Required permission: Aviation flight status management, Edit.Post a real-time flight event on a Starlink-enabled plane. This endpoint is only accessible from an aviation account. — [POST /public/v2/flights/status]

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
tailNumberYesTail Number that matches aircraft registration.
flightNumberYesFlight Number that specifies specific route operated by airlines. Please include 2-character airline code in IATA format followed by 1-4 digits.
eventTypeYesAllowed values: "EventUnknown", "Departure", "Arrival", "MetadataUpdate"
eventTimeUtcNoISO 8601 Timestamp that represents actual gate departure (if eventType = Departure) or gate arrival (if eventType = Arrival) time in UTC.
eventAirportNoeventAirport
scheduledArrivalAirportNoscheduledArrivalAirport
estimatedGateArrivalTimeUtcNoOptional Metadata. ISO 8601 Timestamp that represents estimated gate arrival time in UTC.
passengerCountNoOptional Metadata. Actual passenger count on flight.
slaOptOutFlightNoOptional Metadata. Exclude this flight from Starlink SLA commitments. Default is false. Default: false
Behavior2/5

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

Annotations are minimal (no readOnlyHint or destructiveHint specifics), and the description does not disclose behavioral traits such as idempotency, rate limits, error conditions, or consequences of posting an event (e.g., duplicate handling).

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 concise with three sentences covering purpose, permissions, and endpoint. It is front-loaded with the main action, though the permission detail could be separate from the action statement.

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 complexity (9 parameters, nested objects, no output schema), the description lacks critical details: return format, structure of nested objects, and success/failure behavior. This leaves significant gaps for the agent.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Despite 100% schema description coverage, the description adds no extra meaning for parameters. Nested objects (eventAirport, scheduledArrivalAirport) lack clarity in both schema (described only as 'object') and description, so the description does not compensate.

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 posts a flight event on a Starlink-enabled plane, specifying the action and context. Among the many siblings, none are related to flight events, so it is well-differentiated.

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

Usage Guidelines3/5

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

The description mentions required permission and account type (aviation account), which provides some usage context. However, it does not explicitly state when to use this tool versus alternatives or when not to use it, and no alternatives exist among siblings.

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/WiFiWithoutWalls/starlink-enterprise-mcp'

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