knowledge_create
Register and store team knowledge assets (wiki or code-graph) with local metadata, while content is handled by an external service.
Instructions
Register a knowledge asset (wiki or code-graph) for the team. The asset metadata is stored locally. The actual content is processed by an external knowledge service.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | The asset name. | |
| type | Yes | The asset type. | |
| branch | No | The repository branch (for code-graph). | |
| summary | No | A short description. | |
| team_id | Yes | The team ID. | |
| repo_url | No | The repository URL (for code-graph). | |
| service_url | No | The URL of the knowledge service (for example: http://localhost:8424/v3). |