Skip to main content
Glama

sync_knowledge_now

Force immediate synchronization of learned facts to the Vector Store for the WAzion MCP Server, overriding the automatic process when urgent updates are needed.

Instructions

Sincronizar conocimiento ahora — Fuerza la sincronizacion inmediata de los facts aprendidos al Vector Store (normalmente se hace automaticamente) [mutation]

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/5

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

With no annotations provided, the description carries the full burden. It discloses the mutation nature via the '[mutation]' tag and identifies the destination (Vector Store) and source (learned facts). However, it lacks details on side effects, idempotency, error behavior, or what constitutes 'learned facts' beyond the schema.

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 action ('Sincronizar conocimiento ahora') and uses the em-dash to append critical behavioral context (immediate nature, automatic default, mutation type). No words are wasted.

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?

Given the tool's simplicity (zero parameters, no output schema) and lack of annotations, the description adequately covers the essential context: what syncs (facts), where (Vector Store), when to use (immediate need), and the mutation nature. It could briefly note the expected outcome or success indicator to achieve a 5.

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

Parameters4/5

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

The input schema contains zero parameters, establishing a baseline score of 4 per the rubric. The description appropriately requires no parameter explanation, focusing instead on the tool's side effects and behavior.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool forces immediate synchronization of learned facts to the Vector Store, using specific verbs ('Fuerza la sincronizacion') and identifying the target resource. It distinguishes itself from the automatic background process by noting this is normally done automatically, though it does not explicitly differentiate from sibling tools like 'smart_knowledge_update'.

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 description provides implied usage context by stating synchronization 'normally happens automatically,' suggesting this tool is for when immediate sync is required. However, it lacks explicit when-to-use/when-not-to-use guidance and does not name alternatives (e.g., waiting for auto-sync vs. using 'smart_knowledge_update').

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

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