Skip to main content
Glama

Reach MCP — LinkedIn for AI agents

get_account_request_logs_stats

Read-onlyIdempotent

Get aggregated request-log statistics for a LinkedIn account, grouped by day, week, or month, with optional action and date-range filters.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
end_dateNoEnd of the period, ISO 8601 (default: now).
group_byNoBucket size for the statistics: day, week or month.
account_idYesReach id of the LinkedIn account to act on, from list_accounts.
start_dateNoStart of the period, ISO 8601 (default: 30 days ago).
request_typeNoOnly rows of this request type (for example send_message, list_conversations, connect).

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
bucketsNo
end_dateNo
group_byNo
start_dateNo
request_typeNo
available_actionsNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4/5.0
Behavior3/5

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

Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, so the safety profile is fully covered. The description adds the aggregation behavior (grouping by day/week/month) and optional filters, which is useful. It does not disclose details like default date ranges or whether empty buckets are included, but the annotations carry the main behavioral burden.

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?

A single, well-structured sentence that front-loads the core purpose and then lists the key options. No wasted words; every phrase earns its place.

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 read-only aggregation tool with a 100%-covered schema and an output schema present, the description is nearly complete. It could explicitly mention the default date range (30 days ago to now) or the sibling raw-log tool, but those are minor gaps given the schema and annotations already provide the necessary context.

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?

Schema description coverage is 100%, so the schema already documents all five parameters. The description adds the notion of aggregation and filtering but does not add meaning beyond what the schema provides. Baseline 3 is appropriate because the schema does the heavy lifting.

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 states a specific verb ('Get'), a specific resource ('aggregated request-log statistics for a LinkedIn account'), and the grouping dimensions ('day, week, or month') with optional filters. It clearly distinguishes this from the sibling get_account_request_logs, which presumably returns raw logs rather than aggregated statistics.

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 when to use this tool: when aggregated statistics are needed, as opposed to raw logs. It names the grouping options and filters, giving clear context. However, it does not explicitly state when not to use it or name the sibling alternative (get_account_request_logs) as the raw-log counterpart.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources