Skip to main content
Glama

opspilot_upload_file

Request approved upload of content to a remote file on an allowlisted host, with confirmation via a local web UI.

Instructions

Request an approved upload to a catalog-allowlisted remote file.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pathYes
contentYes
host_aliasYes
Behavior3/5

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

With no annotations, the description carries the burden of disclosing behavior. It does reveal that uploads require approval and are restricted to a catalog allowlist, which is useful. However, it omits the request lifecycle (asynchronous? how to check status?), the return value, and any side effects, leaving significant behavioral ambiguity.

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 a single sentence that quickly communicates the core purpose. It is appropriately concise and front-loaded, though the brevity sacrifices important operational details that are penalized in other dimensions.

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

Completeness2/5

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

Given the approval workflow, three untrusted parameters, no annotations, and no output schema, the description is far too sparse. It does not explain how the request approval process works, what happens after submission, what allowed files are, or how content is interpreted, leaving the agent without enough context for reliable invocation.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters1/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 0% and the description adds no parameter explanations. The parameters host_alias, path, and content are only known by name; no meaning, format, or relationship to the approval process is provided.

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 a specific action: 'Request an approved upload' to a 'catalog-allowlisted remote file'. The verb 'request' plus the resource and allowlist constraint makes the purpose distinct from siblings like opspilot_write_file, which likely implies a direct write.

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

Usage Guidelines2/5

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

No guidance is given on when to use this tool versus alternatives such as opspilot_write_file or opspilot_get_request. The description implies an approval workflow but does not explain conditions, prerequisites, or situations where this tool is 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/cswfww123/OpsPilot'

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