Skip to main content
Glama
rocnubie

PVZ Fusion MCP Server

by rocnubie

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
}
prompts
{
  "listChanged": true
}
resources
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
get_game_rulesA

Return the verified game rules, modes, constraints, and public entry points the site exposes. (PVZ Fusion)

get_official_linksA

Return the canonical list of official links for PVZ Fusion (website, support, docs when available).

Prompts

Interactive templates invoked by user choice

NameDescription
tell_me_about_pvz_fusionSummarize what the site is, who it's for, and how it works. — PVZ Fusion
plan_a_run_pvz_fusionPlan a single play-through using verified rules and entry points. — PVZ Fusion

Resources

Contextual data attached and managed by the client

NameDescription
rulesVerified game rules, modes, constraints, and public entry points.
faqShort FAQ generated from public site metadata.
linksCanonical URLs to share with users.

TDQS

A3.6/5.0

Scored across 2 tools

Disambiguation5/5

The two tools have completely distinct purposes: one returns game rules and modes, the other returns official links. There is no ambiguity between them.

Naming Consistency5/5

Both tools follow the consistent verb_noun pattern (get_game_rules, get_official_links), which is clear and predictable.

Tool Count3/5

With only 2 tools, the server feels thin for a game domain. While not extreme, it borders on insufficient scope for what would typically be expected.

Completeness1/5

The server lacks any gameplay-related tools (e.g., listing plants, starting a game, managing resources), making the surface severely incomplete for a game server.