Skip to main content
Glama

example-mcp-server-stdio

by yigitkonur

maintenance_mode

Enable or disable specified tools for maintenance simulation in the example-mcp-server-stdio MCP server. Manage tool availability for testing or demo purposes.

Instructions

Simulate enabling or disabling tools for maintenance (demo only)

Input Schema

NameRequiredDescriptionDefault
enableYesEnable (true) or disable (false) the tool
toolNameYesTool to simulate managing

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "enable": { "description": "Enable (true) or disable (false) the tool", "type": "boolean" }, "toolName": { "description": "Tool to simulate managing", "enum": [ "calculate", "batch_calculate", "advanced_calculate" ], "type": "string" } }, "required": [ "toolName", "enable" ], "type": "object" }
Install Server

Other Tools from example-mcp-server-stdio

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/yigitkonur/example-mcp-server-stdio'

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