lspace_get_repository_info
Retrieve detailed configuration and settings for a specific repository using the Lspace MCP Server, enabling accessible and searchable knowledge management across AI sessions.
Instructions
ℹ️ SETUP: Get detailed configuration for a specific repository.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
repositoryName | Yes | The unique name of the repository. |
Input Schema (JSON Schema)
{
"properties": {
"repositoryName": {
"description": "The unique name of the repository.",
"type": "string"
}
},
"required": [
"repositoryName"
],
"type": "object"
}