Skip to main content
Glama
victorbenazzi

Ploomes MCP Server

List Orders

ploomes_orders_list
Read-onlyIdempotent

Search and list orders in Ploomes CRM using OData filters, sorting, field selection, and pagination. Include related entities and custom fields via $expand.

Instructions

Search and list orders in Ploomes CRM. Supports OData filtering, sorting, field selection, and pagination. Use $expand=OtherProperties to include custom fields.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
filterNoOData $filter expression. E.g.: "DealId eq 123", "ContactId eq 456", "StageId eq 10"
selectNoComma-separated fields to return. E.g.: "Id,Title,ContactId,Amount"
expandNoRelated entities to include. E.g.: "Contact, Person, Deal, Template, Pages, Products, Sections, Attachments, OtherProperties, Comments"
orderbyNoSort expression. E.g.: "CreateDate desc"
topNoMax items to return (default 50, max 300)
skipNoItems to skip for pagination
Behavior3/5

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

Annotations already indicate readOnly, non-destructive, idempotent, and openWorld behaviors. The description adds the detail about using $expand=OtherProperties for custom fields, but does not disclose any additional behavioral traits beyond what annotations cover.

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 three sentences: first establishes purpose, second lists capabilities, third gives a specific tip. No redundant words, front-loaded, and every sentence earns its place.

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?

The description covers filtering, sorting, field selection, pagination, and expand hints. No output schema exists, but the tool is a straightforward list operation with rich annotations, so no additional behavioral details are needed.

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?

All parameters have descriptions in the input schema (100% coverage). The description goes beyond by providing a concrete example: 'Use $expand=OtherProperties to include custom fields.', which adds value for effective usage.

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 clearly states 'Search and list orders in Ploomes CRM' with specific capabilities like OData filtering, sorting, field selection, and pagination. It differentiates from sibling tools that handle single order retrieval (get), creation, update, or delete.

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

Usage Guidelines3/5

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

The description implies the tool is for searching/listing orders with various options but does not explicitly state when to use it versus alternatives like ploomes_orders_get for a single order. No exclusion criteria or when-not-to-use guidance is provided.

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

Install Server

Other Tools

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/victorbenazzi/ploomes-mcp-server'

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