Skip to main content
Glama
Vinix-Code-Dev

Wasapi MCP Server

get_conversations_next_page

Read-only

Fetch the next page of conversations using a cursor; apply filters by status, agents, labels, dates, or phones to refine results.

Instructions

Obtiene la siguiente página de conversaciones usando el cursor devuelto por list_conversations.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
datesNoRango de fechas YYYY-MM-DD,YYYY-MM-DD
queryNo
agentsNoIDs de agentes separados por coma
cursorYes
labelsNoIDs de etiquetas separados por coma
phonesNoIDs/teléfonos separados por coma
statusNo
per_pageNo
all_agentsNo
search_typeNo
open_optionsNo
without_labelsNo
order_conversationsNo
Behavior3/5

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

Annotations already declare readOnlyHint=true, so the description adds minimal behavioral context (uses cursor, returns a page). It does not disclose that optional parameters should match the original query, which is a notable omission.

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?

One concise sentence that front-loads the action and usage context. However, it may be too brief given the tool's complexity.

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 13 parameters, no output schema, and only readOnlyHint annotation, the description lacks necessary context about parameter reuse, return format, and pagination behavior. It is insufficient for an agent to use correctly without additional inference.

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?

With schema coverage only 31% and description not explaining any parameters beyond the cursor, the description fails to compensate. It does not clarify that optional parameters are filters inherited from list_conversations.

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 ('obtiene la siguiente página de conversaciones') and resource ('conversaciones'), and distinguishes it from siblings by specifying it uses a cursor from 'list_conversations'.

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 tells when to use (after getting a cursor from list_conversations) but does not mention when not to use or contrast with alternatives like get_conversation or list_conversations.

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/Vinix-Code-Dev/wasapi-mcp-server'

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