Skip to main content
Glama

GenOffice app status

genoffice_app_status

Verify GenOffice desktop app installation and CDP debug port status. Retrieves app and process versions along with current page title/URL without launching anything.

Instructions

Check whether the GenOffice desktop app is installed and whether its CDP debug port is up. Returns the app bundle version, the running process version (when the debugger is live) and the current page title/url. Read-only; does not launch anything.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/5

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

No annotations are provided, so the description carries the full burden. It correctly discloses it is read-only and does not launch anything, and explains what 'live' means for the process version. However, it doesn't disclose edge-case behaviors like what happens if the app isn't installed or the port is down, or describe the shape of the returned status object.

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?

Three sentences, zero waste. Every sentence earns its place: purpose, return values, and read-only behavior are all covered concisely with the most important behavioral caveat ('does not launch anything') queued at the end. Well front-loaded.

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 zero-parameter status-check tool, the description is essentially complete. It covers what's checked, what's returned, and the safety profile. The only minor gap is not describing the structure/type of the returned status payload, but with no output schema and 0 params, the description does a solid job for the tool's low complexity.

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?

The tool takes 0 parameters (schema coverage 100%, 0 params), so per the rubric, a baseline of 4 applies. The description doesn't need to document parameters but adds value by explaining exactly what is verified and returned, which helps the agent understand the tool's inputs/outputs conceptually.

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 uses a specific verb ('check') with a clear resource (GenOffice app installation and CDP debug port). It lists the exact return values (app bundle version, process version, page title/url), making its purpose distinct from sibling tools like genoffice_app_launch or genoffice_app_eval.

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 clearly states what is checked (installation, debug port) and explicitly notes it is read-only and does not launch anything, which distinguishes it from sibling genoffice_app_launch. However, it doesn't explicitly state when to use this vs. alternatives or include when-not guidance, though the read-only declaration implies when it's 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/criptogus/mcp-genoffice'

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