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 |
Schema
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 |
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. Copy |
get_layer_info | Get detailed information about a layer. Copy |
list_layers | List layers in GeoServer, optionally filtered by workspace. Copy |
create_layer | Create a new layer in GeoServer. Copy |
delete_resource | Delete a resource from GeoServer. Copy |
query_features | Query features from a vector layer using CQL filter. Copy |
generate_map | Generate a map image using WMS GetMap. Copy |
create_style | Create a new SLD style in GeoServer. Copy |