GeoServer MCP Server

MIT License
10
  • Linux
  • Apple

create_style

Generate SLD styles for GeoServer by specifying a style name and SLD XML content. Optional workspace inclusion allows for organized style management within GeoServer.

Instructions

Create a new SLD style in GeoServer.

Args: name: Name for the style sld: SLD XML content workspace: Optional workspace for the style Returns: Dict with status and style information

Input Schema

NameRequiredDescriptionDefault
nameYes
sldYes
workspaceNo

Input Schema (JSON Schema)

{ "properties": { "name": { "title": "Name", "type": "string" }, "sld": { "title": "Sld", "type": "string" }, "workspace": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Workspace" } }, "required": [ "name", "sld" ], "title": "create_styleArguments", "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