CSDK Docs MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
| resources | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| search_csdk_docsA | Search Sisense Compose SDK documentation using TF-IDF search. Returns the most relevant documentation chunks for a given query. Use this for specific questions where you need targeted results. |
| browse_csdk_docsA | Browse CSDK documentation by category. Returns a list of available doc files in a category, or the full content of a specific file. Use this when you know which category or file you need, instead of searching. |
| list_csdk_topicsA | List all available documentation categories and files. Use this to understand the documentation structure before browsing or searching. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| csdk-index | Complete index of all CSDK documentation files organized by category. Read this first to understand what documentation is available. |
| csdk-guides | Index of guides documentation files. Lists all available guides docs with descriptions and sizes. |
| csdk-react | Index of react documentation files. Lists all available react docs with descriptions and sizes. |
| csdk-vue | Index of vue documentation files. Lists all available vue docs with descriptions and sizes. |
| csdk-angular | Index of angular documentation files. Lists all available angular docs with descriptions and sizes. |
| csdk-data | Index of data documentation files. Lists all available data docs with descriptions and sizes. |
| csdk-design | Index of design documentation files. Lists all available design docs with descriptions and sizes. |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/pmorris24/csdk-docs-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server