Skip to main content
Glama
fiedlermarius

sbox-mcp-documentation

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
sbox_search_docsB

Search s&box documentation for guides, tutorials, and concepts. Returns matching pages with titles, URLs, and relevant snippets.

sbox_get_doc_pageA

Fetch a specific s&box documentation page and return its content as Markdown. Supports chunked reading for large pages via start_index and max_length.

sbox_list_doc_categoriesA

List all available s&box documentation categories with page counts. Use this to discover what documentation is available before searching.

sbox_search_apiA

Search the s&box API reference for classes, structs, interfaces, and their members. Returns matching types with descriptions and member names. Use sbox_get_api_type to get full details for a specific type.

sbox_get_api_typeA

Get full API reference for a specific s&box type: all public methods, properties, fields, and their signatures and descriptions. Accepts short names (e.g. 'Component') or fully-qualified names (e.g. 'Sandbox.Component').

sbox_cache_statusA

Show the current status of the documentation cache and search index. Use this to verify the MCP server is running and has indexed documentation.

sbox_run_testsB

Run built-in self-tests for the cache, search index, and crawler. Returns pass/fail results for each test case.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

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/fiedlermarius/sbox-mcp-documentation'

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