case_convert
ActiveTool of IA-QA — 130+ QA & Dev Tools for AI Agents
Convert a string between naming conventions: camelCase, PascalCase, snake_case, kebab-case, UPPER_SNAKE_CASE, dot.case, Title Case. Essential for code generation and refactoring.
Parameters schema
{
"type": "object",
"required": [
"input",
"to"
],
"properties": {
"to": {
"type": "string",
"description": "Target case: \"camel\", \"pascal\", \"snake\", \"kebab\", \"upper_snake\", \"dot\", \"title\""
},
"input": {
"type": "string",
"description": "String to convert (e.g., \"myVariableName\", \"my-css-class\")"
}
}
}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