Skip to main content
Glama

TOYBOX MCP Server

by isnbh0

update_config

Modify TOYBOX configuration settings such as title, theme, layout, and footer visibility to customize the appearance and functionality of your MCP server.

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" }
Install Server

Other Tools from TOYBOX MCP Server

Related Tools

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