Skip to main content
Glama
klausagnoletti

e-conomic MCP Server

List customers

list_customers

Fetch a page of customer records from e-conomic, with options to set page number and page size for efficient data retrieval.

Instructions

Fetch a page of customers from the e-conomic API.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageNoPage number to fetch (default 1).
pageSizeNoNumber of customers per page (default 100).
Behavior3/5

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

No annotations are provided, so the description carries the transparency burden. The verb 'Fetch' clearly indicates a read-only operation, and the pagination parameters imply a non-mutating list action. However, it lacks details on potential rate limits, sorting/filtering behavior, or any side effects, which would be useful for a complete picture.

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 directly states the tool's purpose without any fluff or repetition. Every word contributes value.

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?

For a simple list tool with optional pagination parameters and no output schema, the description is adequate. It identifies the resource and pagination behavior without needing to explain return fields. However, it could benefit from a brief note that it returns an array of customer objects, given the absence of an output schema.

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?

The input schema already fully describes both parameters (page and pageSize) with defaults and ranges. The description's mention of 'page' adds no new meaning beyond the schema, so it aligns with the baseline for high schema coverage.

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 action ('Fetch') and resource ('customers'), and specifies it is paginated ('a page'). This distinguishes it from siblings like get_customer (which fetches a single customer) and list_products (different resource).

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 implies use for retrieving customers in a paginated manner, which provides clear context. However, it does not explicitly mention when not to use it or point to alternatives like get_customer for single records, so it falls short of a 5.

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/klausagnoletti/e-conomic-mcp-server'

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