Skip to main content
Glama
AimenHallou

engain-mcp

by AimenHallou

engain_list_orders

Retrieve paginated upvote/downvote orders for a project. Filter by status or campaign ID.

Instructions

List a project's upvote/downvote orders, paginated. Filter by status OR campaignId (not both).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
cursorNo
statusNo
numItemsNo
projectIdNoEngain project (campaign) ID. Defaults to ENGAIN_PROJECT_ID if set.
campaignIdNo
createdAfterNo
createdBeforeNo
Behavior4/5

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

No annotations are present, so the description carries the burden. It discloses pagination behavior (cursor/numItems), default projectId from environment, and a mutual exclusion constraint. It lacks details on rate limits or read-only nature, but for a list operation it is adequate.

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 a single concise sentence that front-loads the action 'List' and efficiently conveys core functionality and key constraints with no redundancy.

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?

Given 7 parameters and no output schema, the description covers pagination, filtering constraints, and default project ID. It misses explaining createdAfter/createdBefore and the return format, but is relatively complete for a paginated list tool.

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?

With only 14% schema coverage, the description compensates by explaining pagination (cursor, numItems), defaulting behavior (projectId), and the exclusivity of status and campaignId. It does not cover createdAfter/createdBefore but still adds significant value.

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 the tool's purpose: listing upvote/downvote orders for a project with pagination. It distinguishes from siblings like engain_get_order (single) and engain_get_orders_bulk (bulk) by specifying the filtering options.

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?

It specifies the filtering constraint 'Filter by status OR campaignId (not both)' which provides clear usage guidance. However, it could explicitly mention when to choose this tool over siblings like engain_get_orders_bulk.

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/AimenHallou/engain-mcp'

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