Skip to main content
Glama

Actualizar cache del catalogo

start_catalog_refresh

Start a background crawler to fetch catalog and price history into SQLite, leaving remote data untouched.

Instructions

Inicia un crawler Scrapy local en segundo plano. Escribe catalogo e historial de precios en SQLite, sin modificar datos remotos.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
category_idNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
run_idYes
statusYes
started_atYes
category_idYes

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv0.1.0

TDQS

B3.3/5.0
Behavior4/5

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

The description adds useful context beyond annotations: it explicitly states the operation runs in the background and writes to local SQLite without modifying remote data. This complements the annotations (readOnlyHint=false, destructiveHint=false) by clarifying the side effects are local and non-destructive. However, it does not mention potential rate limits, resource usage, or how long the operation may take.

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, well-structured sentence that front-loads the core action (starts crawler in background) and follows with the data targets and the non-modification guarantee. There is no fluff or redundancy; every phrase adds value.

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?

The description is incomplete for a tool with an optional parameter and a sibling for status checking. It does not mention the category_id parameter, nor does it point to get_catalog_refresh_status for tracking progress or outcomes. While an output schema exists, the description should at least hint at the asynchronous nature and how to verify completion. This is a significant gap for an agent to call the tool correctly.

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

Parameters1/5

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

The schema has one optional parameter (category_id) with 0% description coverage, and the tool description does not mention this parameter at all. An agent would have no idea that it can filter the refresh by a specific category, nor what the parameter's format or effect is. The description completely fails to compensate for the missing schema documentation.

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 and resource: it starts a local Scrapy crawler in the background and writes catalog and price history to SQLite. It clearly distinguishes itself from siblings like get_catalog_refresh_status by emphasizing it initiates a refresh rather than checking status. The phrase 'sin modificar datos remotos' further clarifies its scope.

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?

There is no guidance on when to use this tool versus alternatives. It does not mention get_catalog_refresh_status as the way to check the result of a refresh, nor does it state any conditions or prerequisites (e.g., requiring an existing catalog). The description only explains what the tool does, not when it should be chosen.

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

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/jeffreymonjacastro/plaza-vea-mcp'

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