lasuite-docs-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| OIDC_SCOPE | No | OIDC scope | openid profile email |
| OIDC_OP_URL | Yes | Your provider's issuer URL | |
| DOCS_BASE_URL | Yes | Docs host, e.g. https://docs.example.org | |
| OIDC_AUDIENCE | No | only for §3.4 B; else leave empty | |
| OIDC_CLIENT_ID | Yes | the MCP client's id | |
| DOCS_API_PREFIX | No | API prefix | /external_api/v1.0 |
| OIDC_REDIRECT_URI | No | OIDC redirect URI | http://127.0.0.1:8765/callback |
| OIDC_CLIENT_SECRET | No | empty for public/PKCE; set for a confidential client |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_current_userA | Return the authenticated user (GET /users/me/). |
| list_documentsC | List documents accessible to the user. |
| get_documentC | Retrieve a single document's metadata. |
| get_childrenC | List child (sub-)documents of a document. |
| list_versionsC | List stored versions of a document. |
| list_trashbinA | List soft-deleted documents in the trashbin. |
| list_favoritesB | List favorited documents. |
| create_documentB | Create a document. |
| update_documentB | Update a document's title and/or content (PATCH). |
| delete_documentB | Soft-delete a document (moves to trashbin). |
| restore_documentB | Restore a soft-deleted document from the trashbin. |
| move_documentC | Move a document under another document. |
| add_favoriteC | Mark a document as favorite. |
| remove_favoriteC | Remove a document from favorites. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
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/Bone2510/lasuite-docs-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server