generate_emacs_lisp_code
Automate Emacs tasks by generating Elisp code for specified purposes using the Emacs MCP Server. Simplify interaction and control within Emacs through AI-driven code creation.
Instructions
Generate Emacs Lisp code for the given purpose.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
purpose | Yes |
Input Schema (JSON Schema)
{
"properties": {
"purpose": {
"title": "Purpose",
"type": "string"
}
},
"required": [
"purpose"
],
"title": "generate_emacs_lisp_codeArguments",
"type": "object"
}