Skip to main content
Glama
kioie

tiny-go-mcp-server

by kioie

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
TINY_GO_MCP_VERBOSENoSet to '1' to enable verbose startup log lines.

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": true
}
logging
{}
prompts
{
  "listChanged": true
}
resources
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
addA

Demo: adds two integers. Use only to test MCP addition calls; do not use for real math—compute in the agent instead. Use add (not subtract or greet) when verifying addition wiring.

greetA

Demo: returns a greeting string. Use only to test MCP text tools; do not use for user-facing messages—reply in chat instead. Use greet (not add or subtract) for hello/welcome integration tests.

subtractA

Demo: subtracts B from A. Use only to test MCP subtraction calls; do not use for real math—compute in the agent instead. Use subtract (not add or greet) when verifying subtraction wiring.

Prompts

Interactive templates invoked by user choice

NameDescription
code_reviewDemo: code review prompt template. Use to test prompts/get; do not use for real reviews—use your agent workflow instead.

Resources

Contextual data attached and managed by the client

NameDescription
infoDemo: static server metadata. Use to test resources/read; do not use for live config—read env or APIs instead.

Latest Blog Posts

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/kioie/tiny-go-mcp-server'

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