Skip to main content
Glama

Check how an ERP fits a B2B e-commerce platform

assess_erp_commerce_fit
Read-onlyIdempotent

For an ERP (and optionally a version and an e-commerce platform), returns how it integrates with Sana Commerce Cloud, BigCommerce, DynamicWeb or Wardenclyffe, version notes such as end-of-support dates, what to settle first, the guides that cover it, and implementation partners in ProjectThunder's ERP partner directory. Every point carries the URL of the page it comes from. Examples: "Business Central", "Dynamics GP 2018", "SAP Business One", "NAV 2009 R2".

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
erpYesThe ERP, for example "Business Central", "Dynamics NAV", "SAP S/4HANA" or "Epicor Kinetic".
versionNoOptional ERP version or edition, for example "2009 R2", "GP 2018" or "on-premises".
platformNoOptional e-commerce platform to focus on: Sana Commerce Cloud, BigCommerce, DynamicWeb or Wardenclyffe.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
erpsYes
gapsYes
noteYes
countYes
queryYes
versionYes
platformYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.3/5.0
Behavior4/5

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

Annotations already declare readOnlyHint, idempotentHint, and destructiveHint, so the safety profile is covered. The description adds meaningful behavioral context by disclosing that every result point carries a source URL and that it returns version notes and implementation partners, which goes beyond the annotation metadata.

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

Conciseness4/5

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

The description is a single dense sentence that front-loads the purpose and includes a useful examples sentence. It is not overly verbose and every clause contributes to understanding the tool's scope, though a slight structural split could improve skimmability.

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

Completeness4/5

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

With an output schema present and annotations covering safety, the description is largely complete for a read-only assessment tool. It explains inputs, output composition, and source attribution; minor ambiguity around 'what to settle first' is acceptable given the output schema likely details the returned structure.

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

Parameters4/5

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

Schema description coverage is 100%, so the baseline is 3. The description adds value beyond the schema by showing combined ERP+version example inputs like 'Dynamics GP 2018' and 'NAV 2009 R2', which clarifies expected formatting for the erp and version parameters beyond the schema's separate examples.

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

Purpose5/5

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

The description opens with a specific verb and resource: for an ERP (and optionally version/platform), it returns integration fit details. It lists concrete outputs (integrates with Sana/BigCommerce/DynamicWeb/Wardenclyffe, version notes, priorities, guides, partners, source URLs), which clearly distinguishes it from sibling tools like get_erp_partner or search_site.

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

Usage Guidelines4/5

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

The description gives clear context about when to use the tool (when assessing ERP fit with an e-commerce platform) and even provides example inputs. It does not explicitly name alternatives or state when not to use it, but the scope is clear enough for an agent to route correctly.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources