Skip to main content
Glama
This connector has been deprecated

I used the same url for two different postings.

deploy_contract

Deploys custom escrow, bounty, or agent smart contracts to Base Mainnet ($5.00 USDC)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
contractTypeYes

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. Changed1 schema field changed
    • changedInput schema / properties / contractType / enum
      Previous value: -[
      -  "escrow",
      -  "bounty",
      -  "subscription"
      -]New value: +[
      +  "escrow",
      +  "bounty",
      +  "subscription",
      +  "pendle"
      +]
  2. Added

TDQS

C2.8/5.0
Behavior3/5

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

With no annotations provided, the description carries the burden of behavioral disclosure. It usefully reveals the cost ($5.00 USDC) and target network (Base Mainnet), but it does not mention that deployment is an on-chain write requiring funded wallet, that it may be irreversible, or what the response/confirmation behavior looks like. The contract-type mismatch between description and schema also undermines transparency about what operation is actually performed.

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 that leads with the action verb and front-loads the most important facts: deployment, contract types, target network, and cost. Every word earns its place and there is no filler or redundancy.

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 a tool with no output schema, zero schema description coverage, and only one parameter, the description should fully document that parameter and the expected behavior. It fails to list the actual enum options and gives no information about what happens during or after deployment, required wallet balance, or return values. The mismatch between described types and schema enum leaves a significant completeness gap.

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

Parameters2/5

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

Schema description coverage is 0%, so the description must explain the contractType parameter. It names 'escrow, bounty, or agent' but omits the valid enum values 'subscription' and 'pendle', and includes 'agent' which is not in the schema. This leaves an agent with incomplete and partially incorrect information about valid parameter values.

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

Purpose3/5

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

The description clearly states a verb and resource: deploying smart contracts to Base Mainnet, which distinguishes it from sibling tools like smart_contract_verifier. However, it lists contract types ('escrow, bounty, or agent') that conflict with the schema enum ('escrow, bounty, subscription, pendle'), introducing an invalid type ('agent') while omitting two valid ones, so the actual purpose scope is somewhat misleading.

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 about when to use this tool versus alternatives such as smart_contract_verifier or base_analytics. The intended usage is merely implied by the verb 'deploys'; there are no exclusions, prerequisites, or conditions for selecting this tool over siblings.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

C2.7/5.0
Disambiguation3/5

Several tools cluster around web content retrieval: web_scraper, browser_scraper, extract_json, and render_screenshot all pull from web pages and could be confused. data_feeds and public_data_feed also sound similar. Most other tools have distinct purposes, but these overlapping clusters create real selection ambiguity.

Naming Consistency2/5

Tool names mix verb-led conventions like deploy_contract, extract_json, and render_screenshot with noun-led names like browser_scraper, pdf_extractor, and smart_contract_verifier. Pairs such as web_scraper vs browser_scraper and extract_json vs pdf_extractor are also stylistically inconsistent.

Tool Count4/5

Twelve tools is a reasonable count for a paid gateway offering data extraction, feeds, and contract deployment. However, the scraping/extraction cluster is somewhat redundant, so the set could be tightened without losing much functionality.

Completeness3/5

The toolset broadly covers web data extraction, PDF processing, feeds, Base/Solana contract deployment, and blockchain analytics. Notable gaps include the lack of Solana-side balance/analytics tools and any post-deployment contract interaction or management capability.

Resources