15 lines
462 B
JSON
15 lines
462 B
JSON
{
|
|
"name": "grepai_list_workspaces",
|
|
"description": "List all available workspace names. Use this to discover valid values for tools that accept the workspace parameter.",
|
|
"inputSchema": {
|
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
"properties": {
|
|
"format": {
|
|
"description": "Output format: 'json' (default) or 'toon' (token-efficient)",
|
|
"type": "string"
|
|
}
|
|
},
|
|
"required": [],
|
|
"type": "object"
|
|
}
|
|
} |