Skip to main content
Glama
robertobendi

WazziCode Godot

by robertobendi

session_manage

List every connected Godot editor session with metadata like version, project path, current scene, and play state to obtain a clear overview for managing your development workflow.

Instructions

Session listing.

Resource form: godot://sessions — prefer for resource-aware clients.

Ops: • list() List every connected Godot editor with metadata: session_id, short name, godot_version, project_path, plugin_version, server_version, editor_pid, server_launch_mode, current_scene, play_state, readiness, connected_at, last_seen, is_active. The response also carries the server-global exclude_domains (tool domains not registered on this server via --exclude-domains).

Canonical call shape: {"op": "<verb>", "params": {...}}. Flat op parameters are accepted as a compatibility alias when the client transmits them; op and session_id remain top-level.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
opYes
paramsNo
session_idNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It discloses the returned metadata fields, including the additional exclude_domains field, and describes the call shape and aliases. However, it does not explicitly state whether the operation is read-only, any side effects, authentication requirements, or error behavior. It provides useful output context but leaves some behavioral assumptions implicit.

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 well-structured with a clear header, resource form note, operation bullet, and canonical call shape. It uses formatting to front-load the key purpose and keeps each sentence informative. There is no redundant or extraneous text.

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

Completeness4/5

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

For a listing tool, the description is quite complete: it enumerates all returned fields, specifies the resource form, and explains the invocation formats. The presence of an output schema further reduces the need to describe return values. However, it stops short of stating read-only behavior or error conditions, which would be needed for full completeness given the lack of annotations.

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

Parameters4/5

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

Schema description coverage is 0%, so the description must compensate. It explains that 'op' is the verb ('list'), 'params' is an optional object, and 'session_id' remains top-level. It also details the canonical call shape and the flat-parameter compatibility alias, which adds meaningful semantic context beyond the raw schema.

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 starts with 'Session listing' and details the list() operation, clearly stating that it lists every connected Godot editor with extensive metadata. It differentiates from sibling tools like session_activate by focusing solely on listing, and includes the resource form for resource-aware clients, making the purpose unambiguous.

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 conveys that this tool is for listing sessions and mentions a preferred resource form for resource-aware clients. However, it does not explicitly state when to use this tool over alternatives like session_activate, nor does it provide exclusions or conditions. The context is clear but lacks direct comparison to siblings.

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/robertobendi/wazzicode-godot'

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