zoomToExtent
缩放到指定地理范围
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| east | Yes | 东边界经度(度) | |
| west | Yes | 西边界经度(度) | |
| north | Yes | 北边界纬度(度) | |
| south | Yes | 南边界纬度(度) | |
| duration | No | 动画时长(秒) |
缩放到指定地理范围
| Name | Required | Description | Default |
|---|---|---|---|
| east | Yes | 东边界经度(度) | |
| west | Yes | 西边界经度(度) | |
| north | Yes | 北边界纬度(度) | |
| south | Yes | 南边界纬度(度) | |
| duration | No | 动画时长(秒) |
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
The description adds no behavioral details beyond what the annotations already provide. It does not mention animation, how the current view is affected, or any side effects, so the description contributes little to understanding the tool's runtime behavior.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single concise sentence with no fluff. It is front-loaded and efficient, though slightly under-specified for its purpose.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given that this is a camera manipulation tool with 5 parameters and no output schema, the description is too sparse. It fails to mention the animation duration, the bounding box semantics, or how it relates to other view tools, leaving the agent with insufficient context.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 100%, with each parameter (east, west, north, south, duration) having its own description. The tool description does not add meaning beyond the schema, but the baseline for high coverage is 3.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description '缩放到指定地理范围' clearly states the tool zooms to a specified geographic extent, with a specific verb and resource. However, it does not distinguish from sibling tools like flyTo or setView, which also manipulate the camera view.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
There is no guidance on when to use this tool versus alternatives like flyTo, setView, or setCameraOptions. The description provides no usage context, exclusions, or mention of alternatives.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Add one secure layer between your agents and this server.
Multiple tools share conceptual boundaries (e.g., addMarker vs addBillboard vs addLabel, addPolyline vs addCorridor vs addWall, flyTo vs setView), though descriptions clarify most cases. The overlap is notable given the large tool count.
All tools use lowerCamelCase with a consistent verb-first pattern (add*, load*, set*, remove*, update*). Some generic verbs like control and update are reused, but the naming is predictable and readable.
43 tools is well beyond the recommended range. Many add* functions for different primitive types could be consolidated into one entity-creation tool, reducing bloat and cognitive load without sacrificing capability.
The tool set offers strong coverage across entities, layers, camera controls, and animations. Minor gaps include lack of entity information retrieval and direct geometry re-editing, but core workflows are well supported.