Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| ERPNEXT_URL | Yes | The base URL of your ERPNext instance | |
| ERPNEXT_API_KEY | No | API key for authentication (optional) | |
| ERPNEXT_API_SECRET | No | API secret for authentication (optional) |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_doctypes | Get a list of all available DocTypes |
| get_doctype_fields | Get fields list for a specific DocType |
| get_documents | Get a list of documents for a specific doctype |
| create_document | Create a new document in ERPNext |
| update_document | Update an existing document in ERPNext |
| run_report | Run an ERPNext report |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| All DocTypes | List of all available DocTypes in the ERPNext instance |