Skip to main content
Glama

get_smart_followup_config

Retrieves the current configuration of the Smart Follow-up system, including excluded phone numbers and sending window start and end times.

Instructions

Obtener configuracion de seguimiento inteligente — Obtiene la configuracion actual del sistema de seguimiento inteligente (Smart Follow-up) [query]

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
exclude_phonesNoLista de telefonos excluidos del seguimiento
sending_window_startNoHora de inicio de ventana de envio (HH:MM)
sending_window_endNoHora de fin de ventana de envio (HH:MM)
Behavior2/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 disclosing behavioral traits. It only states that it gets the current configuration, but does not explicitly indicate that it is read-only, safe, or free of side effects. No authentication or rate limit info is given.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness3/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is short but contains redundancy: the second sentence nearly repeats the first. The '[query]' suffix is unclear and adds no value. It could be more concise and well-structured.

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?

For a simple get tool with an output schema absent, the description should at least hint at the structure of the returned configuration. It only says 'current configuration' without details. The optional parameters are documented in the schema, but the description does not explain their effect on the response.

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?

The input schema has 100% description coverage for all three parameters. The tool description adds no additional meaning beyond what the schema already provides, so baseline score of 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 uses a specific verb ('Obtener') and resource ('configuracion de seguimiento inteligente'), clearly indicating it retrieves the current smart follow-up configuration. This distinguishes it from sibling tools like 'save_smart_followup_config' and 'trigger_smart_followup'.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

No guidance is provided on when to use this tool versus alternatives (e.g., save_smart_followup_config, trigger_smart_followup). The description only states what it does, not the context or prerequisites.

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/wazionapps/mcp-server'

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