latency_benchmark
ActiveTool of IA-QA — 130+ QA & Dev Tools for AI Agents
declared in 1.0.0
Measure response time of one or more HTTP endpoints (GET/POST). Runs N iterations and returns min/max/avg/p95 latency. Useful for API and MCP server benchmarking.
Parameters schema
{
"type": "object",
"required": [
"endpoints"
],
"properties": {
"endpoints": {
"type": "array",
"items": {
"type": "object",
"properties": {
"url": {
"type": "string",
"description": "Full URL to test"
},
"body": {
"type": "object",
"description": "Request body for POST",
"additionalProperties": true
},
"label": {
"type": "string",
"description": "Optional label for this endpoint"
},
"method": {
"enum": [
"GET",
"POST"
],
"type": "string",
"description": "HTTP method (default: GET)"
},
"headers": {
"type": "object",
"description": "Custom headers",
"additionalProperties": true
}
}
},
"description": "Endpoints to benchmark"
},
"iterations": {
"type": "number",
"description": "Number of iterations per endpoint (default: 3, max: 10)"
}
}
}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