Skip to main content
Glama

update_config

Modify TOYBOX MCP Server configurations, including title, description, theme, layout, and footer settings, to customize user interface and system appearance.

Instructions

Update TOYBOX configuration (title, theme, layout, etc.)

Input Schema

NameRequiredDescriptionDefault
configYes

Input Schema (JSON Schema)

{ "properties": { "config": { "properties": { "description": { "type": "string" }, "layout": { "enum": [ "grid", "list" ], "type": "string" }, "showFooter": { "type": "boolean" }, "theme": { "enum": [ "auto", "light", "dark" ], "type": "string" }, "title": { "type": "string" } }, "type": "object" } }, "required": [ "config" ], "type": "object" }

Other Tools

Related Tools

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/isnbh0/toybox-mcp-server'

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