MCP Server Template

example-tool

An example tool that processes input data

Input Schema

NameRequiredDescriptionDefault
inputYesInput string to process

Input Schema (JSON Schema)

{ "properties": { "input": { "description": "Input string to process", "minLength": 1, "type": "string" } }, "required": [ "input" ], "type": "object" }

You must be authenticated.

Other Tools