Skip to main content
Glama

open_file

Open a local file in an app on an existing instance's display. Resolves relative paths from the instance's staging folder; reports success or failure if file or app missing.

Instructions

Open a local file in an app ON an existing instance's display (NOT a new instance).

If app is given, runs <app> <filepath> there (e.g. app='gimp'); otherwise tries xdg-open. Relative paths resolve against the instance's staging folder files// (see list_files). Returns {"ok", "action", "instance", "opened", "app"}; fails (isError) if the file or the app doesn't exist. The app is started asynchronously — screenshot after a moment to confirm it drew. For BROWSER uploads use upload_file() instead. GTK apps get the same X11 + D-Bus handling as launch_app (so they render on this display, not the host).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
appNo
filepathYes
instanceNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior5/5

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

With no annotations, the description fully discloses behavioral traits: it opens on existing display, runs specified app or xdg-open, resolves relative paths, returns specific fields, fails if file/app doesn't exist, starts asynchronously (suggesting screenshot confirmation), and notes GTK apps get same handling as launch_app. No contradictions.

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

Conciseness4/5

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

The description is reasonably concise with two paragraphs. The first sentence front-loads the core purpose and key constraint. Every sentence serves a purpose, though the structure could be slightly more streamlined (e.g., grouping related details).

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

Completeness5/5

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

Given the complexity (3 params, no annotations, output schema exists), the description is complete: it covers purpose, usage guidelines, parameter behavior, failure modes, async nature, and alternatives. The output schema is referenced by naming returned fields, fulfilling completeness.

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?

Despite 0% schema description coverage, the description adds meaningful semantics: it explains the app parameter (optional, runs that app), filepath (required, resolves relative to staging folder), and implicitly references instance (existing display). It does not detail the instance parameter's type or default, but the schema covers those.

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 clearly states the tool opens a local file in an app on an existing instance's display, explicitly distinguishing it from creating a new instance. It specifies the exact resource (local file) and context (existing display), 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 Guidelines5/5

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

The description provides explicit guidance on when to use this tool versus alternatives: it says to use upload_file() for browser file uploads, and contrasts with launching a new instance. It also explains relative path resolution against the instance's staging folder, referencing list_files for context.

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/segentic-lab/glovebox-mcp'

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