Skip to main content
Glama

MCP Server Template

by stevennevins

example-tool

Process input data strings using a TypeScript-based tool designed for integration into the MCP Server Template, enabling efficient data handling and service-based architecture.

Instructions

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" }

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

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