Skip to main content
Glama

example-mcp-server-stdio

by yigitkonur

maintenance_mode

Enable or disable specific tools for maintenance simulation on the example-mcp-server-stdio. Manage tool availability with a simple boolean input.

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

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