extract_json_path
ActiveTool of IA-QA — 130+ QA & Dev Tools for AI Agents
Extract a value from a JSON string using dot-notation path (e.g., "user.address.city", "items.0.name", "meta.tags"). Supports array index access via numeric path segments.
Parameters schema
{
"type": "object",
"required": [
"input",
"path"
],
"properties": {
"path": {
"type": "string",
"description": "Dot-notation path, e.g. \"user.address.city\" or \"items.0.name\""
},
"input": {
"type": "string",
"description": "A valid JSON string to traverse"
}
}
}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