Skip to main content
Glama
iseppo

e-arveldaja MCP Server

by iseppo

List Products

list_products
Read-onlyIdempotent

List products and services with pagination, optional detailed view, and filtering by modification time.

Instructions

List products/services. Paginated. Brief view by default; use view='full' or get_product for detail.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageNoPage number (default 1)
viewNoResponse detail: brief (default) returns triage fields; full returns every API field.
modified_sinceNoReturn only objects modified since this timestamp (ISO 8601)
Behavior4/5

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

Annotations already indicate readOnlyHint=true, idempotentHint=true, and destructiveHint=false. The description adds that the endpoint is paginated, the default view is brief, and the full view returns every API field. It also mentions the 'modified_since' filter, which provides useful behavioral context beyond the annotations.

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 two sentences long, front-loaded with the main purpose, and contains no fluff. Every word serves a purpose: introduces pagination, clarifies default view, and references alternative tool for detail.

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 the absence of an output schema, the description explains the response views (brief vs full) and filtering by modified_since. It doesn't specify sorting or pagination details, but for a list endpoint with clear annotations, it is sufficiently complete for correct invocation.

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 baseline is 3. The description adds value by explaining pagination behavior and the difference between brief and full views, which is not captured in the schema. This helps the agent understand how to use the parameters effectively.

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 'List products/services', specifies pagination, and distinguishes between brief and full view. It also references the sibling tool 'get_product' for detail, which differentiates it from other listing tools.

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 provides guidance on pagination and view options, and advises using 'view=full' or 'get_product' for more detail. However, it doesn't explicitly state when to prefer this tool over alternatives like 'search_client' or 'list_clients', but the context is clear enough.

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/iseppo/e-arveldaja-mcp'

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