You're viewing a demo portfolio

Join the waitlist
PRSM

sort_lines

Active

Tool 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)"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

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
View full server →