Skip to main content
Glama

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

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/jatinsandilya/mcp-server-template'

If you have feedback or need assistance with the MCP directory API, please join our Discord server