Skip to main content
Glama
MSPbotsAI

ringcentral-mcp

by MSPbotsAI

ringcentral_list_company_call_log

Retrieve account-wide call log records with filters for date range, direction, call type, and pagination.

Instructions

List account-wide call log records.

    API: GET /restapi/v1.0/account/~/call-log

    Args:
        date_from: ISO 8601 start of the date range.
        date_to: ISO 8601 end of the date range.
        view: "Simple" or "Detailed".
        direction: "Inbound" or "Outbound".
        type: Call type, e.g. "Voice", "Fax".
        page: Page number.
        per_page: Results per page (max 1000).
    

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageNo
typeNo
viewNo
date_toNo
per_pageNo
date_fromNo
directionNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

No annotations are provided, so the description carries the burden. It implies a read-only operation via 'List' and discloses pagination limits (per_page max 1000), but omits other behavioral aspects such as how 'Simple' vs 'Detailed' affects payload size, timezone handling, or potential rate limits. The parameter details add some context but not comprehensive behavioral disclosure.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a compact docstring with the API path and a bulleted list of arguments. It is front-loaded with a clear purpose, and every additional line serves as parameter documentation. Slightly verbose but appropriate for a tool with 7 parameters.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The description covers all parameters and the API endpoint, and an output schema exists so return values are defined elsewhere. However, it lacks usage context, such as typical date-range constraints, permission expectations, or differentiation from the sibling user_call_log tool, leaving the overall context incomplete.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 0%, but the description manually documents all 7 parameters with concise explanations (e.g., 'ISO 8601 start of the date range', 'Results per page (max 1000)'). This adds substantial meaning beyond the bare schema property names and types.

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 begins with 'List account-wide call log records,' which clearly states the verb and resource. It distinguishes from the sibling 'ringcentral_list_user_call_log' by emphasizing 'account-wide' versus per-user scope, and includes the API endpoint.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

There is no guidance on when to use this tool versus alternatives like ringcentral_list_user_call_log, nor any mention of required permissions or account-wide implications. The description only states what it does, not when to choose it.

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/MSPbotsAI/ringcentral-mcp'

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