1.2.2npm · wordly-mcp-app · current release
Observed 2026-08-21T20:43:48.122Z using mcpSecurity-inventory. Status: succeeded. Negotiated protocol: 2025-06-18.
{
"tools": {
"listChanged": true
},
"resources": {
"listChanged": true
}
}| Tool | Category | Annotations | Risk |
|---|---|---|---|
visualize_rewritesALWAYS use this tool when the user asks to rewrite text in multiple styles, variations, or tones. Also use for grammar test, checks, rewrites, improvements, or paraphrasing requests. This tool provides an interactive visualization of text variations. Provide the original text and a list of rewritten variations grouped by intent (e.g., Formal, Casual, Professional, Enthusiastic, Concise, etc.).Input schema{
"type": "object",
"properties": {
"original_text": {
"type": "string"
},
"variations": {
"type": "array",
"items": {
"type": "object",
"properties": {
"intent": {
"type": "string",
"description": "The goal of the rewrite (e.g. Fluency, Formal, Informal, Sensory)"
},
"text": {
"type": "string",
"description": "The rewritten text"
}
},
"required": [
"intent",
"text"
],
"additionalProperties": false
}
}
},
"required": [
"original_text",
"variations"
],
"additionalProperties": false,
"$schema": "http://json-schema.org/draft-07/schema#"
} | — | — · — | — |
{
"resource_key": "ui://wordly-mcp-app/mcp-app.html",
"uri": "ui://wordly-mcp-app/mcp-app.html",
"name": "ui://wordly-mcp-app/mcp-app.html",
"description": null,
"mime_type": null,
"annotations": null,
"metadata_hash": "c8a3601a4f7b1c1e900ba6b029d494c68b91624504a82201bddd55c85f3bec05"
}