Skip to main content
Glama
rlgrpe

camoufox-mcp

by rlgrpe

browser_file_upload

Upload files to a browser file chooser dialog. Provide absolute paths to select files, or omit to cancel the dialog.

Instructions

Upload one or multiple files.

    This tool should be called when a file chooser dialog appears.
    If paths is omitted, the file chooser is cancelled.

    Args:
        paths: The absolute paths to the files to upload. Can be single
              or multiple files. If omitted, file chooser is cancelled.

    Returns:
        Success message
    

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pathsNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

Discloses key behavior (upload and cancellation) but no annotations present. Lacks details on prerequisites, error handling, or authentication needs. Adequate but not exhaustive.

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?

Concise docstring with purpose first, then parameter and return info. No wasted sentences, clear structure.

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

Completeness3/5

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

Given output schema exists, return explanation not needed. But description omits error states (e.g., dialog not present, invalid paths) and constraints. Could be more complete for a file upload tool.

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?

With 0% schema description coverage, the description fully explains the 'paths' parameter: absolute paths, single/multiple, and meaning of omission. Adds significant value beyond the 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?

Clear verb 'upload' and resource 'files', specific context 'when a file chooser dialog appears' distinguishes from sibling tools like browser_click or browser_type.

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?

Explicitly states when to use (file chooser dialog) and what happens if paths omitted (cancellation). Lacks explicit exclusion of non-dialog contexts, but context is sufficiently clear.

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/rlgrpe/camoufox-mcp-python'

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