Skip to main content
Glama

list_drones

Retrieve all drone profiles for the authenticated user, including make, model, nickname, camera specs, and flight characteristics. Use this to view existing profiles before adding new ones with create_drone.

Instructions

List all drone profiles for the authenticated user. Returns each profile with make, model, nickname, camera specs, and flight characteristics. Use create_drone to add new profiles.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

No annotations provided, but description adequately discloses return content (make, model, etc.) and that it returns only the authenticated user's profiles. No mention of rate limits or performance, but for a simple list with no params, this is sufficient.

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 crisp sentences: first explains what it does and returns, second references a sibling for adding. No wasted words.

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

Completeness5/5

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

Given zero parameters, no output schema, and no annotations, the description fully covers what an agent needs: target user, returned fields, and a pointer to the relevant sibling for writing.

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?

No parameters exist; description confirms no filtering needed. However, it doesn't explain the absence of pagination or sorting parameters, which could be assumed implicitly. Baseline 4 as no params.

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 action (list), resource (drone profiles), scope (for authenticated user), and distinguishes from sibling create_drone by explicitly directing users to it for adding profiles.

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?

States when to use (to list drones) and hints at alternative (use create_drone to add), but does not mention scenarios where other list tools might be preferable.

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/markpdxt/dronelytics-mcp'

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