MCP Server Template

sample-tool

A sample tool for demonstration purposes

Input Schema

NameRequiredDescriptionDefault
inputYesInput parameter for the sample tool

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "input": { "description": "Input parameter for the sample tool", "type": "string" } }, "required": [ "input" ], "type": "object" }

You must be authenticated.

Other Tools