Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| GEOSERVER_URL | Yes | URL of your GeoServer instance | http://localhost:8080/geoserver |
| GEOSERVER_USER | Yes | Username for GeoServer authentication | admin |
| GEOSERVER_PASSWORD | Yes | Password for GeoServer authentication | geoserver |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list_workspaces | List available workspaces in GeoServer. |
| create_workspace | Create a new workspace in GeoServer. |
| get_layer_info | Get detailed information about a layer. |
| list_layers | List layers in GeoServer, optionally filtered by workspace. |
| create_layer | Create a new layer in GeoServer. |
| delete_resource | Delete a resource from GeoServer. |
| query_features | Query features from a vector layer using CQL filter. |
| generate_map | Generate a map image using WMS GetMap. |
| create_style | Create a new SLD style in GeoServer. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| geoserver://catalog/workspaces |