Skip to main content
Glama
pmorris24

CSDK Docs MCP Server

by pmorris24

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

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

CapabilityDetails
tools
{
  "listChanged": true
}
resources
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
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

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription
csdk-indexComplete index of all CSDK documentation files organized by category. Read this first to understand what documentation is available.
csdk-guidesIndex of guides documentation files. Lists all available guides docs with descriptions and sizes.
csdk-reactIndex of react documentation files. Lists all available react docs with descriptions and sizes.
csdk-vueIndex of vue documentation files. Lists all available vue docs with descriptions and sizes.
csdk-angularIndex of angular documentation files. Lists all available angular docs with descriptions and sizes.
csdk-dataIndex of data documentation files. Lists all available data docs with descriptions and sizes.
csdk-designIndex of design documentation files. Lists all available design docs with descriptions and sizes.

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/pmorris24/csdk-docs-mcp'

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