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
measure
Measure distance or area between coordinates Returns { success, data: { mode, value, unit, segments?, id? }, message? }.
Input schema
| Property | Type | Required | Description |
|---|---|---|---|
mode |
string | yes | — |
positions |
array | yes | — |
showOnMap |
boolean | no | — |
id |
string | no | — |
Raw JSON schema
{
"type": "object",
"properties": {
"mode": {
"type": "string",
"enum": [
"distance",
"area"
]
},
"positions": {
"type": "array",
"items": {
"type": "array",
"prefixItems": [
{
"type": "number",
"minimum": -180,
"maximum": 180,
"description": "Longitude in decimal degrees"
},
{
"type": "number",
"minimum": -90,
"maximum": 90,
"description": "Latitude in decimal degrees"
},
{
"type": "number",
"minimum": -12000,
"maximum": 50000000,
"description": "Optional height in meters"
}
],
"minItems": 2,
"maxItems": 3,
"description": "Coordinate tuple [longitude, latitude, optional height]"
},
"minItems": 2,
"maxItems": 10000
},
"showOnMap": {
"type": "boolean"
},
"id": {
"type": "string",
"minLength": 1,
"maxLength": 100
}
},
"required": [
"mode",
"positions"
],
"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…