sbox-mcp-documentation
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
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/fiedlermarius/sbox-mcp-documentation'
If you have feedback or need assistance with the MCP directory API, please join our Discord server