mock_from_schema
ActiveTool of IA-QA — 130+ QA & Dev Tools for AI Agents
Generate realistic mock data from a JSON Schema. Supports all common types (string, number, integer, boolean, array, object, null), format hints (email, date, date-time, uri, uuid), enum, const, and nested schemas. Perfect for testing MCP tools with realistic data.
Parameters schema
{
"type": "object",
"required": [
"schema"
],
"properties": {
"seed": {
"type": "string",
"description": "Optional seed string for deterministic output (uses first char codes)"
},
"count": {
"type": "number",
"description": "Number of mock objects to generate (default: 1, max: 20)"
},
"schema": {
"type": "string",
"description": "JSON Schema as a JSON string"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
IA-QA — 130+ QA & Dev Tools for AI Agents
https://github.com/jcjamet/ia-qa
1/7 registries