Skip to main content
Glama

setView

Idempotent

瞬间切换到指定经纬度视角(无动画)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
rollNo翻滚角(度)
pitchNo俯仰角(度)
heightNo高度(米)
headingNo航向角(度)
latitudeYes纬度(-90 ~ 90)
longitudeYes经度(-180 ~ 180)

TDQS

A4.2/5.0
Behavior4/5

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

Beyond the annotations (idempotentHint=true, destructiveHint=false, readOnlyHint=false), the description adds the behavioral trait of an instantaneous, non-animated camera movement. This is valuable context not present in structured annotations and does not contradict them.

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 a single, compact sentence in Chinese that front-loads the action ('instantly switch') and states the key differentiator ('no animation'). Every word contributes value, with no wasted elements.

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 straightforward view-setting tool with a fully documented schema and supporting annotations, the description sufficiently covers the essential behavior and the no-animation trait. Absence of return-value details is acceptable given no output schema exists.

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?

The input schema already describes all six parameters, including defaults and constraints, so schema coverage is 100%. The description only reiterates that longitude/latitude are the specified target, adding no additional semantic nuance beyond what the schema provides.

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 clearly states the action: instantly switch to a specified longitude/latitude view, and explicitly adds 'no animation' (无动画), distinguishing it from siblings like flyTo that likely animate. The verb 'switch' plus the resource 'specified lon/lat view' is specific and unambiguous.

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 phrase 'no animation' provides clear context for when to use this tool (instant snap to a view) and implicitly indicates when not to use it (if animated transition is desired). However, it does not explicitly name alternative tools like flyTo, so it falls short of a fully explicit usage guide.

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

C2.9/5.0
Disambiguation3/5

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.

Naming Consistency4/5

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.

Tool Count2/5

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.

Completeness4/5

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.

Resources