victorian_complaint_generate
ActiveTool of mcp-victorian-complaint
declared in 0.1.0
Any complaint, maximum Victorian indignation. The wifi being slow has never been taken more seriously.
Parameters schema
{
"type": "object",
"examples": [
{
"length": "excessive",
"complaint": "The wifi connection has been unreliable all morning",
"recipient": "Internet Service Provider",
"indignation": "maximum",
"complaint_type": "technology"
},
{
"complaint": "My neighbor's dog barks incessantly",
"indignation": "considerable",
"complaint_type": "neighbor"
}
],
"required": [
"complaint"
],
"properties": {
"length": {
"enum": [
"brief",
"standard",
"excessive"
],
"type": "string"
},
"complaint": {
"type": "string"
},
"recipient": {
"type": "string"
},
"indignation": {
"enum": [
"mild",
"considerable",
"severe",
"maximum"
],
"type": "string"
},
"complaint_type": {
"enum": [
"service",
"neighbor",
"technology",
"food",
"abstract",
"government"
],
"type": "string"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
mcp-victorian-complaint
https://github.com/pipeworx-io/mcp-victorian-complaint
2/7 registries