convert_case
ActiveTool of Textcase
declared in 0.1.0
Convert text to a target case: camel, pascal, snake, kebab, constant, title, sentence, lower, upper, dot, or slug (keyless, offline).
Parameters schema
{
"type": "object",
"required": [
"text",
"target"
],
"properties": {
"text": {
"type": "string",
"description": "The text to convert."
},
"target": {
"type": "string",
"description": "Target case: camel | pascal | snake | kebab | constant | title | sentence | lower | upper | dot | slug."
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Textcase
https://github.com/pipeworx-io/mcp-textcase
2/7 registries