Skip to main content
Glama
kukapay

pancakeswap-poolspy-mcp

get_new_pools_bsc

Discover recently created PancakeSwap V3 liquidity pools on BNB Smart Chain within a specified time window to identify new trading opportunities.

Instructions

Returns a list of trading pools created in the specified time range on Pancake Swap V3 BNB Smart Chain.

Parameters: time_range_seconds (int): The time range in seconds to look back for new pools. Default is 300 seconds (5 minutes). limit (int): The maximum number of pools to return. Default is 100 pools.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
time_range_secondsNo
limitNo
Behavior3/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It describes what the tool does (returns a list of pools) and the time-based filtering, but doesn't mention important behavioral aspects like rate limits, authentication requirements, error conditions, or response format. The description is accurate but incomplete for 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 perfectly structured and concise. The first sentence states the purpose clearly, followed by a well-organized parameter section with clear explanations and default values. Every sentence earns its place with no wasted words or redundant information.

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?

Given the tool has 2 parameters, no annotations, and no output schema, the description provides good parameter documentation but lacks important contextual information. It doesn't describe the return format, what fields are included in pool objects, error handling, or any constraints beyond the parameters. For a data retrieval tool with no structured output definition, more completeness would be helpful.

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

Parameters5/5

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

The description provides excellent parameter semantics beyond the input schema. While schema description coverage is 0%, the description explains both parameters clearly: 'time_range_seconds' specifies 'the time range in seconds to look back for new pools' with a default value explanation, and 'limit' specifies 'the maximum number of pools to return' with its default. This fully compensates for the lack of schema descriptions.

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 specific action ('Returns a list'), resource ('trading pools'), and scope ('created in the specified time range on Pancake Swap V3 BNB Smart Chain'). It distinguishes this tool by specifying the exact blockchain and protocol version, though no sibling tools are mentioned for comparison.

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 implies usage for retrieving recently created pools within a time range, but provides no explicit guidance on when to use this tool versus alternatives, prerequisites, or exclusions. Since no sibling tools are listed, the lack of comparative guidance is less critical, but the description doesn't address potential use cases or limitations.

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/kukapay/pancakeswap-poolspy-mcp'

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