Skip to main content
Glama

manage_proxies

Check proxy status, attach a proxy file, or get the proxy path for a project item.

Instructions

Checks proxy status, attaches a proxy file, or gets the proxy path for a project item.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
actionYesThe proxy action: check status, attach a proxy, or get proxy path
proxyPathNoThe absolute path to the proxy file (required for attach action)
projectItemIdYesThe ID of the project item
Behavior2/5

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

No annotations are provided, so the description carries full responsibility. It does not disclose whether the attach action modifies existing state, if it overwrites existing proxies, or whether check and get_path are read-only. It also omits any side effects or permission requirements despite describing a potentially mutating operation.

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?

The description is a single, well-structured sentence that front-loads the tool's purpose and lists the three actions clearly. There is no wasted wording.

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?

With no output schema and no annotations, the description should explain what the check and get_path actions return, and clarify the behavior of attach. It does neither, leaving the agent without critical information about return values and side effects for a multi-action tool.

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?

The schema provides 100% coverage for all parameters, including the enum of actions and the note that proxyPath is required for attach. The description adds minor context by naming the three actions but does not go beyond the schema's parameter descriptions.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description identifies a specific resource (project item) and three specific proxy operations: check, attach, and get path. However, it does not distinguish itself from sibling tools like has_proxy or detach_proxy, which may perform some of the same operations.

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?

The description provides no guidance on when to use this tool versus alternatives such as has_proxy, detach_proxy, or attach_custom_property. It simply states what it does without clarifying the preferred context for this combined operation vs. the dedicated sibling tools.

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/hetpatel-11/Adobe_Premiere_Pro_MCP'

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