Saltar al contenido
Tools Reference

Tools Reference

Vectora viene con 160+ herramientas nativas, organizadas por categoría. La filosofía es “baterías incluidas”: lo que es de alta frecuencia y ampliamente útil viene integrado, en lugar de requerir instalar un servidor MCP separado para todo.

CategoríaHerramientas
Archivosfile_read, file_edit, file_write, grep, list_dir, terminal, create_artifact
Git14 operaciones — status, log, diff, branch, checkout, commit, push, pull, stage/unstage, stash, merge, compare
GitHubgh_issue_create/list/view/comment, gh_pr_create/list/view/merge (vía la CLI gh)
Webweb_search, web_fetch + extracción/crawl
RAGvector_search, embedding, ingest_docs, manage_retriever
Context Graphbuild_knowledge_graph, graph_query, graph_explain, graph_path, graph_update, graph_affected
Memoriasave_memory, get_memory, delete_memory
Workspaceworkspace_list, workspace_describe, bucket_summary
IntegracionesJira, Slack, Linear, Google Drive, Gmail, Notion (opcional, vía OAuth/API key por workspace)
Utilidadtime_*, hash_*, base64_*, regex_test, json_query, jwt_decode, http_request
MCPcall_mcp_tool — delega a servidores MCP de terceros configurados por el usuario

Habilitar/deshabilitar herramientas

Los administradores controlan qué herramientas están disponibles para cada usuario en Configuración → Administración → Herramientas. Cada plugin MCP de terceros tiene su propio panel de Política de Herramientas (en Configuración → Entorno → Plugins) para granularidad por servidor.

Defensividad

Toda herramienta tiene manejo interno de errores — un fallo de herramienta nunca hace crashear la conversación; se convierte en una observación de error que el propio agente ve y puede reaccionar ante ella (reintentar, notificarte, elegir otro camino).

Ver también