Skip to main content
Glama

Update proxy

update_proxy

Update an existing proxy by sending only the fields to change. Modify host, port, credentials, type, or IP checker without replacing the whole proxy.

Instructions

Partial update of a saved proxy — send only the fields to change.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
remarkNo
ipcheckerNo
proxy_hostNo
proxy_passNo
proxy_portNoProxy port (number or numeric string)
proxy_typeNo
proxy_userNo
proxy_uuidYesProxy uuid (from list_proxies)
refresh_urlNo
Behavior3/5

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

The description discloses the partial-update behavior, which is key context. Annotations already indicate non-destructive behavior (destructiveHint=false) and a closed schema (openWorldHint=false). However, it does not mention potential side effects, error handling, or requirements beyond the schema, so transparency is moderate.

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, concise sentence with no redundant wording. It front-loads the core action and the critical usage detail, making it highly efficient and easy to parse.

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?

The description covers the essential purpose and partial-update semantics, and annotations provide safety information. However, with no output schema and no mention of return values or error scenarios, it is slightly under-specified for a tool with 9 parameters, though adequate for a straightforward update operation.

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?

With schema description coverage at only 22%, the description helps by clarifying that only provided fields are updated and the rest remain unchanged. It does not explain individual parameter meanings, but field names are largely self-explanatory, and the partial-update note adds 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?

The description clearly states the action ('partial update') and the resource ('saved proxy'), and the scope ('send only the fields to change') differentiates it from full replacement or deletion. It is unambiguous and distinct from sibling proxy tools like delete_proxy or add_proxies.

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?

The phrase 'send only the fields to change' provides clear guidance that the tool is used for modifying an existing proxy without sending the entire object. It implies usage for updates to a saved proxy, though it does not explicitly state alternatives or exclusions, making it clear but slightly incomplete.

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/FlashID-Official/flashid-mcp'

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