Skip to main content
Glama

self_update

Check for version drift between npm releases and project addons, or update a project addon to the package version (requires confirmation).

Instructions

检查/更新 enhanced 自身。check:查 npm 最新版 + 各项目 addon 版本漂移(只读)。update:更新指定项目 addon 到包版本(覆盖安装,需确认)。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
actionYescheck=查版本状态(只读)/ update=更新项目 addon(破坏性,需确认)
project_pathNo目标 Godot 项目路径(update 必填;check 可选,缺省扫 ALLOWED_PROJECT_PATHS 全部)
Behavior1/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

The description states update is '覆盖安装' (overwrite install) and '需确认' (needs confirmation), indicating destructive behavior, but the annotations declare destructiveHint=false. This is a direct contradiction, undermining trust in the metadata.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is compact and front-loaded, using two short sentences to cover the main purpose and sub-actions. It avoids redundant information and every phrase contributes to understanding.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

With no output schema, the description should explain what check returns and what update's outcome is, but it does not. It also fails to detail the confirmation process and post-update effects. The annotation contradiction further reduces reliability.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The input schema has 100% coverage with descriptions for both action and project_path, including that check is read-only and update is destructive. The description adds no new parameter semantics beyond what the schema already offers, so the baseline of 3 is given.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description states the tool checks/updates 'enhanced' itself, with explicit sub-actions: check (read-only version status) and update (overwrite install). This clearly identifies the tool's purpose and distinguishes it from sibling tools like manage_tools.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides clear context for when to use check vs update: check is read-only and safe, while update is destructive and requires confirmation. It implies check-before-update but does not explicitly name alternative tools or exclusions, so a 4 is appropriate.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

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/wgt19861219/godot-mcp-enhanced'

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