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
addMarker
Add a point marker at coordinates, returns entityId for later reference Returns { success, data: { entityId }, message? }; keep entityId for removeEntity.
Input schema
| Property | Type | Required | Description |
|---|---|---|---|
longitude |
number | yes | Longitude in decimal degrees |
latitude |
number | yes | Latitude in decimal degrees |
label |
string | no | — |
color |
string | no | CSS color such as #3B82F6 or rgba(59,130,246,0.8) |
size |
number | no | — |
id |
string | 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"
},
"label": {
"type": "string",
"maxLength": 200
},
"color": {
"type": "string",
"minLength": 1,
"maxLength": 64,
"description": "CSS color such as #3B82F6 or rgba(59,130,246,0.8)"
},
"size": {
"type": "number",
"minimum": 1,
"maximum": 128
},
"id": {
"type": "string",
"minLength": 1,
"maxLength": 100
}
},
"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…