url_encode
ActiveTool of IA-QA — 130+ QA & Dev Tools for AI Agents
Percent-encode a string for safe use in URLs. Call this before programmatically building query strings, path segments, or form-encoded bodies to prevent injection and malformed URLs.
Parameters schema
{
"type": "object",
"required": [
"input"
],
"properties": {
"mode": {
"type": "string",
"description": "\"component\" (default) or \"full\" for encodeURI behavior"
},
"input": {
"type": "string",
"description": "String to URL-encode"
}
}
}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