Skip to main content
Glama
ks6573
by ks6573

open_file_at_path

Open any file in the default application or a chosen desktop app on macOS, Windows, or Linux.

Instructions

Open a file in the default application on macOS, Windows, or Linux, or in a specific desktop application. Requires allow_file_read.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pathYes
with_appNo
Behavior3/5

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

Annotations provide no safety hints (all false). The description adds platform coverage and permission requirement, but does not clarify side effects such as launching a GUI application or whether the call blocks. It does not contradict annotations.

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?

Two sentences with the primary action front-loaded. The second sentence provides a critical permission note. No redundant wording or unnecessary detail.

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 simple open-file operation, the description covers the action, platform scope, and permission requirement. It does not describe return values or error behavior (no output schema), but the low complexity makes this less critical. Still, a note on return type could improve completeness.

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?

Schema coverage is 0%, so the description must compensate. It adds meaning to 'with_app' via 'or in a specific desktop application', but 'path' remains self-explanatory. No format, examples, or constraints are provided for either parameter, so it only partially compensates.

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 ('Open') and resource ('a file'), and specifies the action context: opening in the default application or a specific desktop application across OSes. This clearly distinguishes it from siblings like read_file (which reads content) and edit_file (which modifies).

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

Usage Guidelines3/5

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

The description implies usage (when you want to open a file externally) but does not explicitly contrast with alternatives like read_file or edit_file. It does mention a prerequisite ('Requires allow_file_read'), but there is no explicit when-to-use or when-not-to-use guidance.

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/ks6573/SysControl'

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