Skip to main content
Glama

generate_spiral_mission

Create a spiral survey mission that expands outward or contracts inward from a center point for efficient search patterns or radial coverage. Automatically saves the mission to your account and returns the mission ID with waypoint count.

Instructions

Generate a spiral survey mission expanding outward or contracting inward from a center point. Useful for search patterns or radial coverage. Automatically saves the mission to your account — returns the saved mission with ID and waypoint count.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameNoMission nameSpiral Survey
center_latYesCenter latitude
center_lngYesCenter longitude
start_radius_mYesStarting radius in meters
end_radius_mYesEnding radius in meters
spacing_mYesSpacing between spiral arms in meters
altitude_ftYesFlight altitude in feet AGL
speed_mphNoFlight speed in mph
directionNoSpiral directionoutward
rotationNoRotation directioncw
photo_intervalNoTake photo every N waypoints
drone_profile_idNo
Behavior3/5

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

No annotations provided, so description must disclose behavioral traits. It states mission auto-saves and returns ID and waypoint count, which is valuable. However, it does not disclose whether the operation is destructive (overwrites existing missions) or requires authentication/permissions. With zero annotations, the description could be more complete, but the auto-save disclosure is a plus.

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?

Two sentences: first explains purpose and use case, second notes auto-save behavior. No filler, but could be slightly more compact by merging phrases.

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

Completeness4/5

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

Given the tool has 12 parameters (6 required) and no output schema, the description explains the output (saved mission with ID, waypoint count) and implies input constraints via schema. For a complex mission generation tool, it is moderately complete; missing details on limits like waypoint max or GPS coordinate format are minor.

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 coverage is 92% (11 of 12 params have descriptions). The description adds no further parameter explanations beyond the schema. Baseline 3 is appropriate.

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 describes a specific verb ('Generate') and resource ('spiral survey mission') with behavior (expanding/contracting from center). Distinguishes from siblings like 'generate_grid_survey' or 'generate_orbit_mission' by mentioning spiral pattern, search patterns, and radial coverage.

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 use cases ('search patterns or radial coverage') but does not explicitly say when not to use or compare to alternative tools. Context is clear enough for typical agent decision.

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