sort_lines
ActiveTool of IA-QA — 130+ QA & Dev Tools for AI Agents
declared in 1.0.0
Sort, deduplicate, reverse, or filter lines of text. Useful for cleaning import lists, dependencies, log files, and config entries.
Parameters schema
{
"type": "object",
"required": [
"input"
],
"properties": {
"trim": {
"type": "boolean",
"description": "Trim whitespace from each line (default: true)"
},
"input": {
"type": "string",
"description": "Multi-line text to process"
},
"filter": {
"type": "string",
"description": "For \"filter\": keep lines containing this substring (case-insensitive)"
},
"operation": {
"type": "string",
"description": "\"sort\" (default), \"sort_desc\", \"reverse\", \"deduplicate\", \"unique_sort\", \"filter\""
},
"remove_empty": {
"type": "boolean",
"description": "Remove empty lines (default: true)"
}
}
}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