updateEntitycesium-mcpModify properties of existing 3D entities on a Cesium globe, including position, color, labels, scale, and visibility.MIT
enable_toolsetcesium-mcpActivate a tool group in the cesium-mcp server to make its 3D globe control tools available for use. First check available groups with list_toolsets.MIT
addModelcesium-mcpPlace 3D models (glTF/GLB) at specific geographic coordinates on a 3D globe, returning an entity ID for further manipulation.MIT
addPolygoncesium-mcpAdds a polygon area to a 3D map with customizable coordinates, colors, and elevation for visualizing boundaries or regions.MIT
addPolylinecesium-mcpDraw lines or paths on a 3D globe by specifying coordinates, color, width, and ground clamping. Returns the created entity ID for further manipulation.MIT