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
}

Tools

Functions exposed to the LLM to take actions

NameDescription
list_api_filesB

Lists all files and directories in the Pumpkin Plugin API and WIT interface

read_api_fileC

Reads the content of a specific file in the Pumpkin Plugin API or WIT interface

search_api_codeB

Searches for a string or regex pattern in the Pumpkin Plugin API and WIT codebase

read_code_blockC

Reads a specific range of lines from a file in the Pumpkin API or WIT interface

get_module_docsB

Extracts documentation comments (///) and the signatures immediately following them from a Rust or WIT file

scaffold_pluginC

Generates a standard boilerplate project for a Pumpkin plugin, configured for wasm32-wasip1.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

B3.4/5.0

Scored across 6 tools

Disambiguation4/5

Most tools have distinct purposes, but read_api_file (full file) and read_code_block (line range) overlap in function, and get_module_docs also reads file content albeit for a specific extraction. Descriptions help clarify boundaries, but an agent could still confuse these read-oriented tools.

Naming Consistency4/5

All tools use snake_case with a verb_noun pattern, which is consistent. However, the first three tools include an 'api' prefix (list_api_files, read_api_file, search_api_code) while the remaining three do not, creating a minor inconsistency in naming convention.

Tool Count5/5

Six tools is well-scoped for an API exploration and plugin scaffolding server. Each tool covers a distinct operation without redundancy, and the set feels complete without being bloated.

Completeness4/5

The tool surface covers reading, searching, extracting documentation, and scaffolding a plugin, which are core workflows. Minor gaps exist, such as no tool to validate or build a scaffolded plugin, but these are outside the primary API exploration focus.

Maintenance

ActivityMaintained
ResponsivenessNo issues