lemma
Pack: dwds · Endpoint: https://gateway.pipeworx.io/dwds/mcp
Lemma resolution (form → base form).
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
form | string | yes |
Example call
curl -X POST https://gateway.pipeworx.io/dwds/mcp \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"lemma","arguments":{}}}'
Response shape
| Field | Type | Description |
|---|---|---|
format | string | Response format (json or text) |
body | string | Text response if JSON parsing failed |
Full JSON Schema
{
"type": "object",
"properties": {
"format": {
"type": "string",
"description": "Response format (json or text)"
},
"body": {
"type": "string",
"description": "Text response if JSON parsing failed"
}
},
"description": "Lemma resolution response (form to base form)"
}
Connect
Add this to your MCP client config, or use one-click install buttons:
{
"mcpServers": {
"dwds": {
"url": "https://gateway.pipeworx.io/dwds/mcp"
}
}
}
See Getting Started for client-specific install steps.