Skip to main content
Glama

Reach MCP — LinkedIn for AI agents

get_account_request_logs

Read-onlyIdempotent

Get request logs for a LinkedIn account with optional filtering by request_type and pagination using limit/offset.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMaximum number of rows to return.
offsetNoNumber of rows to skip.
account_idYesReach id of the LinkedIn account to act on, from list_accounts.
request_typeNoOnly rows of this request type (for example send_message, list_conversations, connect).

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultNoRequest log rows, newest first.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.8/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, covering safety. The description adds little behavioral detail beyond the schema, such as ordering or output shape, but there is no 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?

A single sentence front-loads the action and resource, then states filtering and pagination options with zero wasted words.

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, idempotent log-retrieval tool with a fully described schema and an output schema, the description covers the essential behavior. It does not explain when to choose this over get_account_request_logs_stats, but that is a minor gap.

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?

All four parameters have schema descriptions, so the schema already explains limit, offset, request_type, and account_id. The description paraphrases filtering and pagination but does not meaningfully add beyond the structured definitions.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

States a specific verb and resource ('Get request logs for a LinkedIn account') and mentions optional filtering and pagination. It is clearly distinct from the sibling stats tool by focusing on raw logs, though it does not explicitly name the sibling.

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?

Clear usage context is given via optional request_type filtering and pagination. It does not explicitly state when to prefer this over the sibling stats tool, but the read-only log-fetching purpose is evident.

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