MCP Server Template

example-tool

An example tool that processes input data

Input Schema

NameRequiredDescriptionDefault
inputYesThe input data to process

Input Schema (JSON Schema)

{ "properties": { "input": { "description": "The input data to process", "type": "string" } }, "required": [ "input" ], "type": "object" }

You must be authenticated.

Other Tools