Skip to main content
Glama
portofcams

Clearspar Part 135 MCP

by portofcams

fleet_ranking

Rank Part 135 operators by aircraft fleet count. Optionally limit to a state for localized rankings.

Instructions

Operators ranked by fleet size (FAA tail count). Optionally scope to one state; otherwise ranks the whole ~1,890-operator US universe.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
stateNoOptional 2-letter US state code to scope the ranking.
limitNoHow many to return (default 20, max 100).
Behavior3/5

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

No annotations are provided, so the description must fully disclose behavioral traits. It identifies the ranking metric (FAA tail count) but omits details like sorting order (likely descending), data freshness, or that it is a read-only operation. This is adequate but not thorough.

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?

Two sentences, zero waste. The first sentence introduces the primary purpose, and the second adds key modifier. Efficient and well-structured.

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 should hint at return structure. It mentions operators ranked by fleet size but does not specify whether the actual tail count is included, or the sorting order. For a ranking tool with only two parameters, this is a notable gap.

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%, but the description adds practical context: state is optional and defaults to whole US, limit has default (20) and max (100). This goes beyond the schema's bare parameter descriptions.

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 returns operators ranked by fleet size (FAA tail count), with optional state scoping. This verb+resource structure is specific and distinguishes it from sibling tools like compare_operators or market_summary.

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?

Provides explicit context on when to use state parameter vs omitting for entire US universe, and mentions total operator count. Does not explicitly list exclusions or alternatives, but the guidance is clear and actionable.

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/portofcams/clearspar-part135-mcp'

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