Skip to main content
Glama
austintgriffith

eth-mcp

education_suggestLessons

Analyze a project description to suggest relevant lessons and identify potential pitfalls early in development.

Instructions

Given a project description or plan, suggest which lessons are most relevant.

Use this at the START of a project to identify potential pitfalls early.

Example inputs:

  • "Build a USDC vault with 5% APY"

  • "Create a token swap aggregator"

  • "Make a staking contract with daily rewards"

Returns the most relevant lessons based on keywords, prioritized by severity.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMaximum number of lessons to return (default: 5)
descriptionYesProject description or development plan to analyze
Behavior4/5

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

No annotations provided, so description carries full burden. Describes that it uses 'keywords' and returns results 'prioritized by severity.' This gives reasonable insight into behavior, though limitations (e.g., no matches) are not addressed.

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?

Three concise sentences plus examples. Front-loaded with purpose and usage guidance. No unnecessary words.

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

Completeness4/5

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

For a suggestion tool without output schema, description covers purpose, when to use, how it works (keywords, severity), and examples. Lacks details on return format or error cases, but sufficient for its role.

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 covers both parameters with descriptions (100% coverage). The description adds example inputs and clarifies keyword-based matching, but does not explain the 'limit' parameter beyond its default. Baseline 3 is appropriate.

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?

Clearly states 'suggest which lessons are most relevant' given a project description. Distinguishes from sibling tools like education_explainLesson and education_getCriticalLessons by focusing on suggestions based on a project plan.

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 says 'Use this at the START of a project to identify potential pitfalls early.' This provides clear context, but does not mention when not to use or alternative tools for later stages.

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