list_layers
Retrieve a list of layers in GeoServer, optionally filtered by workspace. Returns detailed layer information for geospatial data management and analysis.
Instructions
List layers in GeoServer, optionally filtered by workspace.
Args:
workspace: Optional workspace to filter layers
Returns:
List of layer information dictionaries
Input Schema
Name | Required | Description | Default |
---|---|---|---|
workspace | No |
Input Schema (JSON Schema)
{
"properties": {
"workspace": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"default": null,
"title": "Workspace"
}
},
"title": "list_layersArguments",
"type": "object"
}