Skip to main content
Glama

SigmaDiario — Datos de Argentina

search_news

Titulares recientes de SigmaDiario; opcionalmente filtrados por palabra clave.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMáximo de titulares (1-25, default 10)
queryNoPalabra clave en el título (opcional)

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.6/5.0
Behavior2/5

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

No annotations are provided, so the description carries the full burden of behavioral disclosure. It explains the core function but omits useful behavioral details such as ordering, whether the keyword match is case-sensitive, pagination behavior, or rate limits. This is a meaningful gap for a tool with no annotation safety hints.

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, front-loaded sentence with no filler. It communicates the essential purpose and optional filter behavior efficiently, which is ideal for an agent scanning tool definitions.

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 simple search tool, the description and schema together cover the parameters and the general output shape (headlines). It lacks explicit notes about output format, ordering, or edge cases, but nothing critical is missing for an agent to invoke it correctly.

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 already provides 100% description coverage for both parameters, including the limit range and default. The description only adds that results can be filtered by keyword, which is minimal additional value beyond the schema.

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 states a specific verb, resource, and scope: retrieving recent headlines from SigmaDiario, optionally filtered by keyword. It is clearly distinguishable from the sibling tools, which retrieve entirely different data categories like dollar rates, holidays, or lottery results.

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 use case is implied by the name and description: use this when news headlines from SigmaDiario are needed. However, there is no explicit guidance about when not to use it or how it relates to sibling tools, so the agent must infer the appropriate context.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources