Skip to main content
Glama

Toy MCP Server

by icck

count_letters

Count how many times a specific letter appears in a given word. Input the word and the letter to get the precise occurrence count.

Instructions

Count the number of times a letter appears in a word

Input Schema

NameRequiredDescriptionDefault
letterYesThe letter to count
wordYesThe word to count letters in

Input Schema (JSON Schema)

{ "properties": { "letter": { "description": "The letter to count", "title": "Letter", "type": "string" }, "word": { "description": "The word to count letters in", "title": "Word", "type": "string" } }, "required": [ "word", "letter" ], "type": "object" }
Install Server

Other Tools from Toy MCP Server

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/icck/toy'

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