format_table
ActiveTool of IA-QA — 130+ QA & Dev Tools for AI Agents
Convert a JSON array of objects into a Markdown table. Automatically detects columns, aligns headers, and fills missing keys with empty cells. Use when an agent needs to present structured data — tool results, model comparisons, test reports — as a readable table in a response or document.
Parameters schema
{
"type": "object",
"required": [
"input"
],
"properties": {
"input": {
"type": "string",
"description": "JSON array of objects to convert to a Markdown table"
},
"columns": {
"type": "array",
"items": {
"type": "string"
},
"description": "Column names and order (default: all keys from first row)"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
IA-QA — 130+ QA & Dev Tools for AI Agents
https://github.com/jcjamet/ia-qa
1/7 registries