onda_app_info
Fetches Onda app version and process ID to support diagnostics and terminal management.
Instructions
Get Onda app info: version, process ID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Fetches Onda app version and process ID to support diagnostics and terminal management.
Get Onda app info: version, process ID.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description carries the burden. 'Get' implies a read-only operation with no side effects, but it does not explicitly state safety guarantees, authentication requirements, or the exact return format. For a simple info tool, this is adequate but minimally transparent.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single, highly efficient sentence that front-loads the action and resource, then specifies the exact fields returned. Every word earns its place.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a zero-parameter, no-output-schema info tool, the description is complete enough: it names the tool's purpose and the two pieces of information returned. Slight room to mention that the return is a structured object, but this is not a significant gap.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The tool accepts no parameters, so schema coverage is trivially 100%. The description adds no parameter-specific info, but none is needed. Baseline for zero-parameter tools is 4.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states 'Get Onda app info' with a specific verb and resource, and explicitly lists the returned fields (version, process ID). This distinguishes it from sibling tools focused on panes, terminals, workspaces, and windows.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description implies usage for retrieving app-level information, but does not explicitly state when to use this tool versus alternatives like onda_status, onda_context, or onda_ping. No exclusions or contextual guidance are provided.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/mindfullabai/onda-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server