← WebMCP Directory

cesium-browser-agent.pages.dev

cesium-browser-agent.pages.dev

live Unverified (seed import) AI & Agents 15 tools imperative implementation

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

addLabel

act imperative

Add text labels for GeoJSON features (display property values) Returns { success, data: { labelCount: integer }, message? }.

Input schema

PropertyTypeRequiredDescription
data object yes GeoJSON FeatureCollection containing Point, LineString, or Polygon features
field string yes
style object no
Raw JSON schema
{
  "type": "object",
  "properties": {
    "data": {
      "type": "object",
      "description": "GeoJSON FeatureCollection containing Point, LineString, or Polygon features",
      "properties": {
        "type": {
          "const": "FeatureCollection"
        },
        "features": {
          "type": "array",
          "items": {
            "type": "object",
            "properties": {
              "type": {
                "const": "Feature"
              },
              "id": {
                "type": [
                  "string",
                  "number"
                ]
              },
              "geometry": {
                "oneOf": [
                  {
                    "type": "object",
                    "properties": {
                      "type": {
                        "const": "Point"
                      },
                      "coordinates": {
                        "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]"
                      }
                    },
                    "required": [
                      "type",
                      "coordinates"
                    ],
                    "additionalProperties": false
                  },
                  {
                    "type": "object",
                    "properties": {
                      "type": {
                        "const": "LineString"
                      },
                      "coordinates": {
                        "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
                      }
                    },
                    "required": [
                      "type",
                      "coordinates"
                    ],
                    "additionalProperties": false
                  },
                  {
                    "type": "object",
                    "properties": {
                      "type": {
                        "const": "Polygon"
                      },
                      "coordinates": {
                        "type": "array",
                        "items": {
                          "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": 4
                        },
                        "minItems": 1
                      }
                    },
                    "required": [
                      "type",
                      "coordinates"
                    ],
                    "additionalProperties": false
                  }
                ]
              },
              "properties": {
                "type": [
                  "object",
                  "null"
                ],
                "description": "Feature attributes used for labels and thematic styling"
              }
            },
            "required": [
              "type",
              "geometry",
              "properties"
            ],
            "additionalProperties": false
          }
        }
      },
      "required": [
        "type",
        "features"
      ],
      "additionalProperties": false
    },
    "field": {
      "type": "string",
      "minLength": 1,
      "maxLength": 100
    },
    "style": {
      "type": "object",
      "properties": {
        "font": {
          "type": "string",
          "minLength": 1,
          "maxLength": 100
        },
        "fillColor": {
          "type": "string",
          "minLength": 1,
          "maxLength": 64,
          "description": "CSS color such as #3B82F6 or rgba(59,130,246,0.8)"
        },
        "outlineColor": {
          "type": "string",
          "minLength": 1,
          "maxLength": 64,
          "description": "CSS color such as #3B82F6 or rgba(59,130,246,0.8)"
        },
        "outlineWidth": {
          "type": "number",
          "minimum": 0,
          "maximum": 10
        },
        "backgroundColor": {
          "type": "string",
          "minLength": 1,
          "maxLength": 64,
          "description": "CSS color such as #3B82F6 or rgba(59,130,246,0.8)"
        },
        "showBackground": {
          "type": "boolean"
        },
        "pixelOffset": {
          "type": "array",
          "items": {
            "type": "number",
            "minimum": -1000,
            "maximum": 1000
          },
          "minItems": 2,
          "maxItems": 2
        },
        "scale": {
          "type": "number",
          "exclusiveMinimum": 0,
          "maximum": 10
        }
      },
      "additionalProperties": false
    }
  },
  "required": [
    "data",
    "field"
  ],
  "additionalProperties": false
}

Similar websites

ejaj.cz

ejaj.cz

ejaj.cz

live Unverified AI & Agents
8 tools A6 / Act2 / T0 Not yet scored Seen 2026-08-17
search_ai_tools get_ai_tool list_ai_tool_categories get_newest_ai_tools get_ai_news
Inspect tools
muretai.com

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…

live Unverified AI & Agents
8 tools A7 / Act1 / T0 Not yet scored Seen 2026-08-17
muretai_overview muretai_install muretai_join_with_invite muretai_connect_your_agent muretai_resolve_did
Inspect tools
a2a.global

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…

live Unverified AI & Agents
6 tools A0 / Act6 / T0 Not yet scored Seen 2026-08-17
become_an_expert go_to_for_ai_agents go_to_for_llms go_to_login go_to_news
Inspect tools
getcatalog.ai

getcatalog.ai

Product-data infrastructure for agentic commerce — Catalog structures and enriches merchants' e-commerce product data so AI shopping assistants (ChatGPT, Gemini…

live Unverified AI & Agents Transact tools
6 tools A1 / Act4 / T1 Not yet scored Seen 2026-08-17
book_demo read_api_docs view_about_us view_api_page view_blog
Inspect tools

Related on Influzer