MCP Server Template

sample-tool

Simplify input processing with a template-based tool designed for integrating custom functions into AI assistants via the MCP server framework.

Instructions

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 from MCP Server Template

Related Tools

ID: vnt96edg3a