Skip to main content
Glama

List ERP partners and consultants

list_erp_partners
Read-onlyIdempotent

Lists the firms and independent consultants in ProjectThunder's ERP partner directory, optionally filtered by ERP (for example Business Central or Dynamics NAV). Each listing includes location, ERPs, Microsoft credentials, products, services, specialties, industries and links.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
erpNoOptional ERP filter by name or slug, for example "Business Central", "business-central" or "Dynamics NAV".

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
erpYes
noteYes
countYes
partnersYes
erpsWithPartnersYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.1/5.0
Behavior3/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 the optional filter and the listing fields, but does not disclose behavior like pagination or result limits; the output schema likely covers return details.

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?

Two compact sentences: the first states the core behavior with a front-loaded verb, and the second summarizes the listing contents. There is no fluff or redundant explanation.

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

Completeness5/5

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

For a simple read-only list tool with one optional parameter, this description is complete enough. Annotations and the output schema cover safety and return structure, while the description supplies what the tool returns and how to filter.

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

Parameters3/5

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

Schema description coverage is 100%, and the erp parameter already documents name-or-slug usage with examples. The description's ERP examples largely repeat the schema, adding little beyond the baseline.

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: "Lists the firms and independent consultants in ProjectThunder's ERP partner directory" and adds the optional ERP filter. This clearly distinguishes it from article/page lister siblings and from the singular get_erp_partner.

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 context is clear: use this tool to list directory partners, optionally filtered by ERP. It does not explicitly name when-not to use it or point to alternatives like get_erp_partner for a single partner, so it stops just short of full guidance.

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