Skip to main content
Glama

deploy_proxy

Deploy a UUPS or transparent upgradeable proxy contract pointing to an implementation address. Supports initialization functions and multiple networks.

Instructions

Deploy a proxy contract (UUPS or TransparentUpgradeableProxy) pointing to an implementation

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
abiNoImplementation ABI (required for init function encoding)
networkNoNetwork name (e.g. 'bsc', 'opbnb', 'ethereum', 'base', etc.) or chain ID. Supports others main popular networks. Defaults to BSC mainnet.bsc
initArgsNoArguments for initialization function
initDataNoInitialization calldata (hex) to call on implementation
proxyTypeYesType of proxy to deploy
privateKeyYesPrivate key for deployment
adminAddressNoAdmin address (for transparent proxy)
initFunctionNoName of initialization function
implementationAddressYesAddress of the implementation contract
Behavior2/5

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

No annotations are provided, and the description only states the high-level purpose. It does not disclose that this is a state-changing on-chain transaction requiring a private key, that gas fees will be incurred, or any ownership/admin implications. For a mutation tool, this lacks behavioral transparency.

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, front-loaded sentence with no unnecessary words. It efficiently communicates the core purpose without redundancy, making it highly concise.

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 9 parameters and no output schema, the description is far too sparse to be contextually complete. It does not explain the relationship between initData and initFunction/abi/initArgs, which parameters apply conditionally (e.g., adminAddress for transparent proxy), or any deployment prerequisites. The schema alone cannot compensate for missing high-level guidance.

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?

Schema description coverage is 100%, so the baseline is 3. The description does not add meaningful parameter semantics beyond what the schema already provides; it mentions proxy types and implementation, which are already explicit in the schema enums and property names.

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 states a specific action ('Deploy a proxy contract') with clear resource (UUPS or TransparentUpgradeableProxy) and purpose ('pointing to an implementation'). It distinguishes itself from general deployment tools like deploy_contract or deploy_create2 by focusing on proxy deployment.

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

Usage Guidelines3/5

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

The description clearly implies this tool is for proxy deployment, but it does not explicitly state when to use it versus alternatives like deploy_contract or upgrade_proxy. There is no mention of exclusions or alternative tool recommendations, so usage guidance is only implied.

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/nirholas/universal-crypto-mcp'

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