Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Capabilities

Server capabilities have not been inspected yet.

Tools

Functions exposed to the LLM to take actions

NameDescription
osrs_wiki_searchC

Search the OSRS Wiki for pages matching a search term.

osrs_wiki_get_page_infoC

Get information about specific pages on the OSRS Wiki.

osrs_wiki_parse_pageC

Get the parsed HTML content of a specific OSRS Wiki page.

search_varptypesC

Search the varptypes.txt file for player variables (varps) that store player state and progress.

search_varbittypesC

Search the varbittypes.txt file for variable bits (varbits) that store individual bits from varps.

search_iftypesC

Search the iftypes.txt file for interface definitions used in the game's UI.

search_invtypesC

Search the invtypes.txt file for inventory type definitions in the game.

search_loctypesC

Search the loctypes.txt file for location/object type definitions in the game world.

search_npctypesC

Search the npctypes.txt file for NPC (non-player character) definitions.

search_objtypesC

Search the objtypes.txt file for object/item definitions in the game.

search_rowtypesC

Search the rowtypes.txt file for row definitions used in various interfaces.

search_seqtypesC

Search the seqtypes.txt file for animation sequence definitions.

search_soundtypesC

Search the soundtypes.txt file for sound effect definitions in the game.

search_spottypesC

Search the spottypes.txt file for spot animation (graphical effect) definitions.

search_spritetypesC

Search the spritetypes.txt file for sprite image definitions used in the interface.

search_tabletypesC

Search the tabletypes.txt file for interface tab definitions.

search_data_fileC

Search any file in the data directory for matching entries.

get_file_detailsC

Get details about a file in the data directory.

list_data_filesB

List available data files in the data directory.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

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/JayArrowz/mcp-osrs'

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