Skip to main content
Glama

Lspace MCP Server

Official
by Lspace-io

lspace_search_knowledge_base

Query the Lspace repository's knowledge base using natural language. Automatically syncs with remote content to provide accurate answers to questions like 'How do I configure X?' or 'What are the testing procedures?'

Instructions

🔍 SEARCH: Query the knowledge base using natural language. Automatically syncs with remote before searching to ensure latest content. Example: repositoryId='b3fcb584-5fd9-4098-83b8-8c5d773d86eb', queryText='What are the testing procedures?'

Input Schema

NameRequiredDescriptionDefault
queryTextYesNatural language query about the knowledge base content. Examples: 'What are the main topics?', 'How do I configure X?', 'Tell me about testing procedures'
repositoryIdYesThe ID of the Lspace repository to query. Use 'lspace_list_repositories' first to get repository IDs.

Input Schema (JSON Schema)

{ "properties": { "queryText": { "description": "Natural language query about the knowledge base content. Examples: 'What are the main topics?', 'How do I configure X?', 'Tell me about testing procedures'", "type": "string" }, "repositoryId": { "description": "The ID of the Lspace repository to query. Use 'lspace_list_repositories' first to get repository IDs.", "type": "string" } }, "required": [ "repositoryId", "queryText" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Lspace-io/lspace-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server