GeoServer MCP Server

by mahdin75
Verified
MIT License
2
  • Linux
  • Apple

create_layer

Add a new layer to GeoServer by specifying workspace, layer name, data store, and source. Integrates with AI assistants for geospatial data management via natural language commands.

Instructions

Create a new layer in GeoServer.

Args: workspace: The workspace for the new layer layer: The name of the layer to create data_store: The data store to use source: The source data (file, table name, etc.) Returns: Dict with status and layer information

Input Schema

NameRequiredDescriptionDefault
data_storeYes
layerYes
sourceYes
workspaceYes

Input Schema (JSON Schema)

{ "properties": { "data_store": { "title": "Data Store", "type": "string" }, "layer": { "title": "Layer", "type": "string" }, "source": { "title": "Source", "type": "string" }, "workspace": { "title": "Workspace", "type": "string" } }, "required": [ "workspace", "layer", "data_store", "source" ], "title": "create_layerArguments", "type": "object" }

You must be authenticated.

Other Tools from GeoServer MCP Server

Related Tools

ID: dcvyllecj0