Skip to main content
Glama
serversmx

Evolution API MCP Server

by serversmx

evolution_instance_fetch

Retrieve a list of WhatsApp instances, with optional filtering by name or ID for targeted management.

Instructions

List instances (optionally filtered by name or id).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
instanceIdNoFilter by instance id.
instanceNameNoFilter by instance name.
Behavior3/5

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

No annotations are provided, so the description carries the burden. It implies a read-only listing operation, but does not disclose potential behavioral traits such as pagination, rate limits, or authentication requirements. This is adequate but minimal.

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, efficient sentence that front-loads the main action and includes the key qualifier about optional filters, with no wasted 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?

The tool has no required parameters and no output schema. The description adequately conveys the main function, but could mention that it returns all instances if no filter is applied. Overall, it is nearly complete for a simple list tool.

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 coverage is 100% with each parameter described as 'Filter by instance id/name'. The description confirms their purpose as optional filters, adding no new meaning beyond what the schema already provides, so 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?

The description clearly states the verb 'List' and resource 'instances', and distinguishes from sibling tools by specifying optional filtering by name or id, which is unique among instance tools.

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?

The description mentions optional filters, indicating when to apply them, but does not explicitly state when not to use this tool or suggest alternatives. However, given the context of sibling tools, it is clear that this is for reading instances.

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/serversmx/mcp-evolution-api'

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