AutomatorsDocs
Agents & MCP

Tool catalogue

Find the tools available in your DataMaker session.

The connected server announces the authoritative tool names, arguments and response schemas. Catalogue coverage depends on the service, deployment and caller; this page groups common capabilities rather than claiming a fixed tool count.

Core metadata and generation helpers

ToolsPurpose
get_templates, get_template_by_idDiscover and inspect templates.
create_template, create_template_from_json, create_template_from_csvPropose or save template definitions.
generate_from_idGenerate using a saved template.
get_connections, get_connection_by_idDiscover database connections.
get_endpoints, get_endpoint_by_id, list_integrationsDiscover saved requests and systems.
get_scenarios, get_scenario_by_id, save_scenarioInspect or save reusable Python workflows.
get_scenario_environment_variablesInspect scenario configuration in the authorized context.
get_sets, get_set_by_idInspect reusable sets.
list_datasets, get_dataset, dataset_preview, dataset_sample, dataset_statsInspect chunked data and bounded summaries.
list_plans, get_planInspect reviewed specifications.
create-skill, list_skills, get_skillWork with reusable agent instructions.
ask_userRequest missing information through the chat UI.

The metadata service includes selected generation helpers; other execution capabilities live on the execution services. Read the specific tool schema rather than inferring parameters from a similar REST route.

Plans and execution

The plan authoring service exposes create_plan. Execution services provide supported scenario execution, plan runs, data jobs, schema discovery, masking and key-map workflows. See Plans, Data jobs and Masking for their lifecycle and approval requirements.

System tools

Registered system namespaces provide the corresponding capabilities:

  • SAP: metadata, service/entity discovery, filtered reads and single-record export.
  • Tosca: test designs, Cloud execution evidence and supported on-premises object operations.
  • Atlassian: Jira and Xray Cloud discovery and test-management operations.
  • Other registered systems: inspect the connected catalogue for the supported surface.

Read Connections for setup. A missing tool can mean the service is not connected, disabled or unavailable in that release; it does not justify inventing a tool name.

Check a call

Before execution, confirm the active project, target ID, row count and required inputs. Afterward, inspect the result and any pending approval or error. Long-running operations can return a job identifier that needs polling; a tool returning successfully does not necessarily mean the underlying job completed.

See MCP setup and Approvals.

On this page