The DataMaker MCP server ships 25+ tools. They fall into six groups: discovery,
templates, generation, connections, scenarios, and SAP-specific. This page is the
reference; for setup see MCP server.
Discovery
Tool
What it does
list_templates
All templates in the active project.
list_connections
All connections in the active project.
list_scenarios
All scenarios in the active project.
list_types
The 50+ built-in field types with their option schemas.
get_template
Full definition of one template by ID or name.
get_connection
Connection details (URL, auth method — never secrets).
Tools are versioned. The MCP server announces a protocolVersion and a serverVersion
on connect. We follow MCP semver — breaking changes bump the major version.
Permissions
Tools that modify state (create_*, update_*, delete_*, execute_*,
post_to_*, save_*) require an API key with at least member role.
Read-only tools (list_*, get_*, fetch_*, preview_*) work with any role.
Rate limits
Per workspace:
Plan
Tool calls / hour
Free
1,000
Pro
20,000
Enterprise
per contract
Tools that internally trigger generation count their generated rows toward the regular
generation quota.