Skip to main content
Glama
seeincodes
by seeincodes

quote_tasking_order

Generate a binding quote for a satellite capture tasking order after feasibility check, returning a quote ID and summary for user confirmation.

Instructions

Generate a binding quote for a new satellite capture tasking order. Returns a quote_id and summary. Precondition: call check_capture_feasibility first and present results to the user. Present this quote to the user and wait for confirmation before calling execute_tasking_order.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
aoiYesGeoJSON Polygon for the tasking area
resolutionYesRequired image resolution
window_endYesCapture window end (ISO 8601, e.g. 2026-04-30T23:59:59+00:00)
product_typeYesSatellite product type
window_startYesCapture window start (ISO 8601, e.g. 2026-04-01T00:00:00+00:00)
Behavior4/5

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

No annotations exist, so the description carries the transparency burden. It discloses that the quote is 'binding', returns a quote_id and summary, and requires feasibility check and user confirmation before execution. This adds meaningful behavioral context beyond basic functionality, though it doesn't detail cancellation or expiration policies.

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?

The description is three sentences: purpose and return value, precondition, and next action. Every sentence adds essential information without redundancy or filler. It is well-structured and front-loaded with the primary purpose.

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?

With no output schema, the description mentions the return (quote_id and summary) and the critical workflow. It references sibling tools (check_capture_feasibility, execute_tasking_order) for context. Minor gaps like error cases or quote expiration could be added, but the description covers the essential usage pattern adequately.

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%, so parameters are fully documented in the schema (aoi, resolution, product_type, window_start, window_end). The description does not add additional parameter-specific semantics, but the baseline of 3 is appropriate because the schema carries the detail.

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 specifies a clear verb with a resource: 'Generate a binding quote for a new satellite capture tasking order.' It distinguishes this from sibling tools like quote_archive_order (archive orders) and estimate_tasking_cost (non-binding estimates) by using 'binding quote' and 'capture tasking order'.

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

Usage Guidelines5/5

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

Explicit workflow guidance is provided: 'Precondition: call check_capture_feasibility first and present results to the user.' It also states the follow-up: 'Present this quote to the user and wait for confirmation before calling execute_tasking_order.' This clearly indicates when to use the tool and what to do before/after.

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/seeincodes/skyfi-mcp'

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