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
| Tools | Purpose |
|---|---|
get_templates, get_template_by_id | Discover and inspect templates. |
create_template, create_template_from_json, create_template_from_csv | Propose or save template definitions. |
generate_from_id | Generate using a saved template. |
get_connections, get_connection_by_id | Discover database connections. |
get_endpoints, get_endpoint_by_id, list_integrations | Discover saved requests and systems. |
get_scenarios, get_scenario_by_id, save_scenario | Inspect or save reusable Python workflows. |
get_scenario_environment_variables | Inspect scenario configuration in the authorized context. |
get_sets, get_set_by_id | Inspect reusable sets. |
list_datasets, get_dataset, dataset_preview, dataset_sample, dataset_stats | Inspect chunked data and bounded summaries. |
list_plans, get_plan | Inspect reviewed specifications. |
create-skill, list_skills, get_skill | Work with reusable agent instructions. |
ask_user | Request 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.