Skip to content
Tools Reference

Tools Reference

Vectora ships with 160+ native tools, organized by category. The philosophy is “batteries included”: whatever is high-frequency and broadly useful comes built in, instead of requiring a separate MCP server install for everything.

CategoryTools
Filesfile_read, file_edit, file_write, grep, list_dir, terminal, create_artifact
Git14 operations — 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 (via the gh CLI)
Webweb_search, web_fetch + extraction/crawl
RAGvector_search, embedding, ingest_docs, manage_retriever
Context Graphbuild_knowledge_graph, graph_query, graph_explain, graph_path, graph_update, graph_affected
Memorysave_memory, get_memory, delete_memory
Workspaceworkspace_list, workspace_describe, bucket_summary
IntegrationsJira, Slack, Linear, Google Drive, Gmail, Notion (optional, via OAuth/API key per workspace)
Utilitytime_*, hash_*, base64_*, regex_test, json_query, jwt_decode, http_request
MCPcall_mcp_tool — delegates to third-party MCP servers configured by the user

Enabling/disabling tools

Administrators control which tools are available to each user in Settings → Administration → Tools. Each third-party MCP plugin has its own Tool Policy panel (in Settings → Environment → Plugins) for per-server granularity.

Defensiveness

Every tool has internal error handling — a tool failure never crashes the conversation; it becomes an error observation that the agent itself sees and can react to (retry, notify you, choose another path).

See also