extract_links
ActiveTool of IA-QA — 130+ QA & Dev Tools for AI Agents
Extract all URLs, email addresses, and domain names from text. Returns categorized and deduplicated results. Useful for content auditing, link checking, and web scraping validation.
Parameters schema
{
"type": "object",
"required": [
"input"
],
"properties": {
"input": {
"type": "string",
"description": "Text to extract links from"
},
"types": {
"type": "array",
"items": {
"enum": [
"url",
"email",
"domain"
],
"type": "string"
},
"description": "Types to extract (default: all three)"
}
}
}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