Skip to main content
Glama

CPA: chats for a period (v1, deprecated)

cpa_chats_by_time_v1
Read-onlyIdempotent

Retrieve a paginated list of target CPA chats starting from a specified date and time. Use this read-only endpoint to access chat data without spending money.

Instructions

Returns a paginated list of target CPA chats created starting from the given moment (v1, deprecated). Read-only, spends no money. Deprecated — prefer cpa_chats_by_time_v2 (identical semantics, higher request limit: 40 vs 60/min for v1, but v2 is the current version).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitYesPage size (number of chats), no more than 100.
offsetYesPage offset (default 0). For performance, prefer passing the maximum startTime/date of a chat from the previous page.
dateTimeFromYesMoment from which to search chats by the date field, in RFC3339 format, e.g. "2021-01-02T15:04:05Z".
Behavior4/5

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

Annotations already declare readOnlyHint, idempotentHint, and destructiveHint false. The description adds useful context like 'Read-only, spends no money' and mentions pagination, which complements the annotations without contradiction.

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 extremely concise: two sentences that first state purpose and deprecation, then add safety and comparison. Every sentence serves a purpose, and critical information is front-loaded.

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 simple nature of the tool (list endpoint with three parameters), no output schema, and comprehensive annotations, the description covers the essential aspects. It could mention the return format (e.g., array of chat objects) but this is not critical for functionality.

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 coverage is 100% and the description adds meaning for the key parameter dateTimeFrom by stating 'created starting from the given moment'. It also implies the role of limit and offset via 'paginated list', adding value beyond the schema.

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 explicitly states the verb 'Returns', the resource 'target CPA chats', and the scope 'created starting from the given moment'. It also distinguishes from the sibling cpa_chats_by_time_v2 by noting deprecation and identical semantics with a higher request limit.

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 clearly indicates the tool is deprecated and recommends v2 with reasoning (higher request limit). It also notes read-only nature and no monetary cost. While it does not explicitly list when-not conditions, the deprecation statement provides strong guidance.

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/elchin92/avito-mcp'

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