Skip to main content
Glama
yazelin

ERPNext MCP Server

by yazelin

list_documents

Retrieve ERPNext documents by type with filtering, sorting, and pagination options to manage data efficiently.

Instructions

List documents of a given DocType with optional filtering, sorting and pagination.

Args: doctype: ERPNext DocType name (e.g. "Sales Order", "Customer") fields: List of field names to return. Defaults to ["name"]. filters: JSON string of filters, e.g. '{"status": "Open"}' or '[["status","=","Open"]]' or_filters: JSON string of OR filters order_by: Sort expression, e.g. "creation desc" limit_start: Pagination offset limit_page_length: Number of records to return (max 100)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
doctypeYes
fieldsNo
filtersNo
or_filtersNo
order_byNo
limit_startNo
limit_page_lengthNo

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/yazelin/erpnext-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server