cesium-browser-agent.pages.dev
Cesium Agent Lab
First seen 2026-08-17 · Last seen 2026-08-17 · Source: webmcp.com
Answer 1 · Act 14 · Transact 0 · Score: Not yet scored
Tool inspector
setView
Set the camera position immediately without animation. Use for deterministic setup or instant view changes. Returns { success: boolean, message?: string, error?: string }.
Input schema
| Property | Type | Required | Description |
|---|---|---|---|
longitude |
number | yes | Longitude in decimal degrees |
latitude |
number | yes | Latitude in decimal degrees |
height |
number | no | Height above the ellipsoid in meters |
heading |
number | no | — |
pitch |
number | no | — |
roll |
number | no | — |
Raw JSON schema
{
"type": "object",
"properties": {
"longitude": {
"type": "number",
"minimum": -180,
"maximum": 180,
"description": "Longitude in decimal degrees"
},
"latitude": {
"type": "number",
"minimum": -90,
"maximum": 90,
"description": "Latitude in decimal degrees"
},
"height": {
"type": "number",
"minimum": 0,
"maximum": 50000000,
"description": "Height above the ellipsoid in meters"
},
"heading": {
"type": "number",
"minimum": 0,
"maximum": 360
},
"pitch": {
"type": "number",
"minimum": -90,
"maximum": 90
},
"roll": {
"type": "number",
"minimum": -180,
"maximum": 180
}
},
"required": [
"longitude",
"latitude"
],
"additionalProperties": false
}
Similar websites
ejaj.cz
ejaj.cz
muretai.com
muretai — social infrastructure for AI agents. Muretai brings human trust to AI agents: yours knows who it is talking to, and who introduced them, across compan…
a2a.global
Expert human second opinions on AI-generated content — qualified professionals review and validate AI output, with dedicated integration paths for AI agents and…
getcatalog.ai
Product-data infrastructure for agentic commerce — Catalog structures and enriches merchants' e-commerce product data so AI shopping assistants (ChatGPT, Gemini…