Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

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": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
extensions
{
  "io.modelcontextprotocol/ui": {}
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
search_wikiB

Full-text search the TF2 Wiki. Returns title + snippet + wordcount for each hit.

get_pageA

Fetch a single TF2 Wiki page. format picks raw wikitext, plaintext extract, or rendered HTML.

get_page_summaryB

Lead-section plaintext summary of a page. Fast context anchor.

get_page_sectionsA

Section table-of-contents for a page; use before get_page to fetch selectively.

get_recent_changesB

Recently edited pages in the given namespace (0 = main/articles).

get_weapon_statsB

Fetch a weapon page and return structured stats parsed from its infobox.

Returns damage, rate-of-fire, reload, clip size, attributes (+/- effects), etc.

list_class_loadoutA

List all weapons for the given class.

Intersects Category: with Category:Weapons on the wiki.

get_cosmeticC

Fetch a cosmetic item page and return its infobox params.

list_event_itemsB

List items added during a given TF2 event/update (e.g. 'Jungle Inferno Update', 'Smissmas 2023').

get_patch_notesA

Fetch patch notes for a named update or patch page (e.g. 'October 5, 2023 Patch').

Prompts

Interactive templates invoked by user choice

NameDescription
analyze_loadoutAsk the model to evaluate a TF2 loadout using the wiki tools.
compare_weaponsSide-by-side comparison of two weapons using the wiki tools.

Resources

Contextual data attached and managed by the client

NameDescription
main_pageLead-section summary of the TF2 Wiki main page.

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/yusufaf/tf2-wiki-mcp'

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