Skip to main content
Glama

DaedalMap Disaster and Geospatial Data

Estimate loc_id Conversion Job

estimate_conversion_job
Read-only

Free dry-run quote for uploaded or pasted user data conversion. Estimates rows, sample resolvability, output bytes, errors, and charge units before execution.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
iso3No
itemsNoSample or full rows; row-level fields may override top-level defaults.
limitNo
min_shareNo
row_countNoExpected total row count when only a sample or artifact pointer is provided.
to_systemNoOptional output reference system. Omit to normalize to loc_id.
request_idNoOptional caller-supplied request id for tracing.
from_systemNoInput reference system for rows.
output_nameNoOptional safe base filename.
output_formatNoEnriched-row output format. CSV is spreadsheet-friendly; Parquet is compact and typed; JSON Lines is stream-friendly.
geography_bindingNoKnown dataset-geography declaration. The estimate verifies it against distinct identifiers and avoids point containment.
target_admin_levelNo
relationship_vintageNo

TDQS

A4.1/5.0
Behavior4/5

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

The readOnlyHint annotation already signals a safe, non-mutating operation. The description adds meaningful behavioral context by stating this is a free dry-run that estimates rows, sample resolvability, output bytes, errors, and charge units without executing the conversion. No contradiction with annotations.

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?

A single, dense sentence that front-loads the core value proposition ('Free dry-run quote') and then lists the estimated outputs. Every word earns its place; there is no fluff or redundant restating of the tool name.

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?

For a read-only estimation tool, the description covers the essential inputs (uploaded or pasted data) and outputs (rows, resolvability, bytes, errors, charge units). Given the absence of an output schema, this is helpful. The complex schema still carries most parameter-level context, but the description is complete enough for tool selection and initial invocation.

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?

With 13 parameters and only 62% schema description coverage, the description needed to compensate, but it adds little parameter-specific meaning. It references 'uploaded or pasted user data' and 'sample resolvability,' but does not clarify the anyOf input modes, geography_binding, or from_system semantics. Most parameter understanding must come from the schema.

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 uses a specific verb ('Estimates') and resource ('conversion job'), and clearly frames it as a free dry-run quote rather than actual conversion. The phrase 'before execution' distinguishes it from create_conversion_job, and the listed estimate outputs clarify what the tool produces.

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?

The description communicates the key usage context: use this tool to get a pre-execution estimate for uploaded or pasted user data conversion. It implies this is the preview step before create_conversion_job, though it does not explicitly name alternative tools or state when not to use it.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A3.9/5.0
Disambiguation4/5

Most tools have clearly distinct scopes with detailed 'Use this' guidance, but a few pairs like get_disaster_link_chain and get_disaster_links_for_event, or query_dataset versus the specialized get_* event tools, could cause momentary confusion. Overall, descriptions mitigate overlap well.

Naming Consistency4/5

The majority follow a consistent verb_noun pattern (check_, compare_, convert_, create_, estimate_, get_, list_, resolve_). Minor exceptions like loc_id_info and query_dataset are acceptable but break the pattern slightly.

Tool Count3/5

28 tools exceed the preferred range, but the broad domain spanning disasters, geospatial geometry, reference conversion, and export jobs justifies many of them. Still, the count feels heavy and might overwhelm agents.

Completeness5/5

The tool surface is remarkably comprehensive: discovery (catalog, pack, geometry catalog), resolution (point, reference, scope), geometry (check, get, compare), conversion (quote, create, status), and disaster events for multiple types. No critical dead ends for the stated domain.