GeoServer MCP Server

MIT License
10
  • Linux
  • Apple

get_layer_info

Retrieve comprehensive metadata for a specific layer in GeoServer by providing the workspace and layer name. Returns a dictionary with detailed layer information for analysis or integration.

Instructions

Get detailed information about a layer.

Args: workspace: The workspace containing the layer layer: The name of the layer Returns: Dict with layer metadata

Input Schema

NameRequiredDescriptionDefault
layerYes
workspaceYes

Input Schema (JSON Schema)

{ "properties": { "layer": { "title": "Layer", "type": "string" }, "workspace": { "title": "Workspace", "type": "string" } }, "required": [ "workspace", "layer" ], "title": "get_layer_infoArguments", "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