list_collections
Retrieve and display all workspace collections, including names, IDs, and descriptions. Use this tool to organize knowledge bases, find specific collections, or obtain IDs for further operations in the MCP Outline Server.
Instructions
Retrieves and displays all available collections in the workspace.
Use this tool when you need to:
- See what collections exist in the workspace
- Get collection IDs for other operations
- Explore the organization of the knowledge base
- Find a specific collection by name
Returns:
Formatted string containing collection names, IDs, and descriptions
Input Schema
Name | Required | Description | Default |
---|---|---|---|
No arguments |
Input Schema (JSON Schema)
{
"properties": {},
"title": "list_collectionsArguments",
"type": "object"
}