Skip to main content

MCP Tool Reference

Overview

Complete catalog of tools exposed by the MCP server. Each tool can be called from any compatible MCP client (Claude Desktop, Claude Code, VS Code, etc.).

Catalog

CategoryToolsDescription
Ontology28Query, create, and navigate your business model.
Administration3Check system health and maintenance statistics.
DataForge Capabilities8Tools exposed by the preview-stable MCP contract.

All tools

ToolCategoryScopeDescription
context_packOntologymcp.read[DISCOVER] Assemble bounded, LLM-ready context for a given query.
df_plan_actionOntologymcp.plan.write[EXECUTE] Dry-run a business action — returns a signed plan artifact WITHOUT executing.
df_plan_inspectOntologymcp.plan.write[DISCOVERY] Inspect a plan artifact (signed mutation intent).
df_plan_listOntologymcp.plan.write[DISCOVERY] List plan artifacts in the workspace.
df_plan_verifyOntologymcp.plan.write[ACTION] Verify if a plan artifact can be applied.
ontology_action_historyOntologymcp.read[READ] View the execution history for a Kinetic action.
ontology_analyze_schemaOntologymcp.read[ANALYSIS] Deep analysis of ontology schema: types, properties, patterns, metrics.
ontology_describeOntologymcp.read[DISCOVERY] Get a high-level business overview of an ontology structure.
ontology_exportOntologymcp.read[EXPORT] Export the ontology structure as JSON.
ontology_find_pathOntologymcp.read[GRAPH] Find shortest path(s) between two nodes in the ontology graph.
ontology_get_actionOntologymcp.read[READ] Get detailed information about a specific Kinetic action, including execution stats.
ontology_get_edge_propertiesOntologymcp.read[SCHEMA] Get detailed edge properties including cardinality, cascade rules, and constraints.
ontology_get_historyOntologymcp.read[READ] Time-travel query: get historical state of a node at a specific point in time.
ontology_get_instanceOntologymcp.readGet full details of a specific object instance by ID.
ontology_get_neighborsOntologymcp.read[GRAPH] Get all neighbors of a node in a single efficient call.
ontology_get_nodeOntologymcp.read[QUERY] Get complete details of a single node by ID or name.
ontology_get_property_schemaOntologymcp.read[SCHEMA] Get complete property schema of a node with validation rules, tags, and metadata.
ontology_impact_analysisOntologymcp.read[GRAPH] Analyze the impact of changing or deleting a node.
ontology_list_actionsOntologymcp.read[DISCOVERY] List Kinetic actions (automations) attached to entities.
ontology_list_instancesOntologymcp.readList instances (records) of a given object type.
ontology_query_edgesOntologymcp.read[QUERY] Search and filter edges (relationships) between nodes in an ontology.
ontology_query_nodesOntologymcp.read[QUERY] Search and filter nodes (ObjectTypes, LinkTypes) in an ontology.
ontology_searchOntologymcp.read[SEARCH] Full-text search across ontology entities and relations.
ontology_search_instancesOntologymcp.readSearch object instances by their JSONB data fields.
ontology_semantic_queryOntologymcp.read[NL QUERY] Ask questions about the ontology in natural language.
ontology_statsOntologymcp.read[STATS] Get ontology statistics: entity counts, type counts, property averages.
ontology_traverseOntologymcp.read[GRAPH] Traverse the ontology graph from a starting node up to N levels deep.
ontology_value_typesOntologymcp.read[TYPES] Manage reusable value type definitions for property standardization.
admin_healthAdministrationmcp.read[DISCOVERY] Get system health overview with database and event store statistics.
usage_forecastAdministrationmcp.read[MEASURE] Get projected month-end DFU consumption with operation breakdown.
usage_meAdministrationmcp.read[MEASURE] Get current workspace usage summary: cost units consumed, limits, and rate limits.
df_answer_ontology_questionDataForge Capabilitiesmcp.readAnswer a natural language question about the ontology by searching entities and relationships.
df_artifact_lookupDataForge Capabilitiesmcp.readSearch across all DataForge modules to find entities, documents, workflows, agents, and calendar events.
df_calendar_agendaDataForge Capabilitiesmcp.readQuery the calendar agenda for a date range with optional overlap detection.
df_document_answerDataForge Capabilitiesmcp.readAnswer a question using the knowledge library (RAG).
df_entity_dossierDataForge Capabilitiesmcp.readBuild a complete dossier for a single ontology entity, including properties, neighbors, and history.
df_graph_path_analysisDataForge Capabilitiesmcp.readFind the shortest path between two entities in the ontology graph.
df_source_freshness_reportDataForge Capabilitiesmcp.readGenerate a freshness report for data sources, identifying stale or failing connectors.
df_workspace_health_briefDataForge Capabilitiesmcp.readGet a health brief for the workspace including counts and status for entities, workflows, sources, agents, and alerts.

Need help?

Contact us: Support and contact.