Skip to main content
Glama
Cec1c

ERPNext MCP

by Cec1c

erpnext_api_request

Destructive

Execute HTTP requests to any ERPNext API route, supporting methods like GET, POST, PUT, PATCH, DELETE and payload formats including JSON, form, multipart, and binary.

Instructions

Call any same-origin ERPNext HTTP route, including API v1/v2, JSON/form/multipart/binary.

Unknown methods become confirmable sensitive plans in safe_mode. dry_run never sends the
requested mutation; it saves the exact request and reports what could/could not be verified.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
dry_runNo
requestYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv0.2.0

TDQS

A3.5/5.0
Behavior5/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

The description adds meaningful safety behavior beyond the annotations: 'Unknown methods become confirmable sensitive plans in safe_mode' and 'dry_run never sends the requested mutation; it saves the exact request and reports what could/could not be verified.' This is exactly the kind of non-obvious behavioral context an agent needs for a destructive, open-world tool. It supplements the destructiveHint rather than repeating it.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is tightly written with no filler. The first sentence front-loads the core capability and scope; the second adds the crucial dry_run and safe_mode behavior. Every sentence earns its place and the structure is easy to parse.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The tool is highly complex, with an output schema but 0% parameter description coverage. The description covers broad capability and dry_run behavior, yet important operational context is missing: how authentication is handled, what safe_mode actually requires, and how the various body/expected_* fields cooperate. It is adequate but not complete for a raw HTTP gateway with destructive potential.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 0%, and the request object has many fields like params, bindings, expected_lengths, body_artifact_id, and json_artifact_id whose semantics are not explained anywhere. The description does add value for dry_run and for the broad content-type categories (JSON/form/multipart/binary), but it does not compensate for the large amount of undocumented nested parameter structure.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states a specific verb and resource: 'Call any same-origin ERPNext HTTP route, including API v1/v2, JSON/form/multipart/binary.' This establishes a general-purpose raw HTTP tool. However, it does not explicitly distinguish it from the similar sibling erpnext_call_method, so it misses the full differentiator a 5 would require.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

There is no guidance on when to prefer this tool over the many sibling tools, nor any explicit when-not-to-use conditions. The phrase 'any same-origin ERPNext HTTP route' implies broad/generic use, but no alternatives or exclusions are named. This leaves the agent to infer routing on its own.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

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/Cec1c/ERPNext-MCP'

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