kb_get_collection
Retrieve collection metadata and articles from the knowledge base using a collection ID to access organized content groups.
Instructions
Get collection metadata and articles from the Pylon knowledge base
Input Schema
Name | Required | Description | Default |
---|---|---|---|
id | Yes | Collection ID |
Input Schema (JSON Schema)
{
"properties": {
"id": {
"description": "Collection ID",
"type": "string"
}
},
"required": [
"id"
],
"type": "object"
}