create_workspace
Generate a new workspace in GeoServer to organize and manage geospatial data. The tool allows users to define a workspace name, enabling structured access and configuration of spatial resources.
Instructions
Create a new workspace in GeoServer.
Args:
workspace: Name of the workspace to create
Returns:
Dict with status and result information
Input Schema
Name | Required | Description | Default |
---|---|---|---|
workspace | Yes |
Input Schema (JSON Schema)
{
"properties": {
"workspace": {
"title": "Workspace",
"type": "string"
}
},
"required": [
"workspace"
],
"title": "create_workspaceArguments",
"type": "object"
}