Skip to main content
Glama
austintgriffith

eth-mcp

stack_checkProductionReadiness

Checks project readiness for production deployment by verifying RPC configuration, environment files, and chain compatibility to prevent rate limit failures on public RPCs.

Instructions

Check if the project is ready for production deployment.

CRITICAL: Call this BEFORE deploying to Vercel or any production hosting.

This tool verifies:

  1. RPC Configuration - Checks if NEXT_PUBLIC_ALCHEMY_API_KEY is set (required for non-Ethereum chains)

  2. Environment files - Checks if .env.local exists with required variables

  3. Chain compatibility - Warns about chains that need custom RPC

For chains like Base, Optimism, Arbitrum, Polygon:

  • Public RPCs (mainnet.base.org) WILL fail with 429 rate limits in production

  • You MUST set up your own RPC via Alchemy (free tier available)

Returns a pass/fail checklist with specific instructions for any failed items.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/5

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

No annotations provided, so description carries full burden. It describes the tool as a 'check' returning a pass/fail checklist, implying read-only behavior but does not explicitly state absence of side effects or permission requirements.

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?

Description is well-structured with a clear title, critical note, bullet points, and additional detail. Efficient with minimal redundancy, though slightly verbose on chain details.

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

Completeness5/5

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

With no parameters and no output schema, the description fully explains purpose, return type (pass/fail checklist), and provides actionable insights on RPC setup. Complete for its complexity.

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

Parameters4/5

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

Tool has no parameters (0 params, 100% schema coverage). Per guidelines, baseline is 4 since no parameter info is needed.

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 tool checks production readiness for deployment, listing three specific verification areas (RPC, env files, chain compatibility). It uses imperative language and contrasts with sibling tools like stack_checkAccount.

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?

Explicitly states 'CRITICAL: Call this BEFORE deploying to Vercel or any production hosting,' providing clear when-to-use guidance. Does not mention when not to use, but context suffices.

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/austintgriffith/eth-mcp'

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