GeoServer MCP Server

MIT License
10
  • 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

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/mahdin75/geoserver-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server