calls_list_history

Search historical voice calls in this workspace by participant name, contact_id, thread, channel, source, and/or date range. Returns one row per call (NOT per turn) with call_id, duration_seconds, outcome, direction, started_at, source, channel_label, and parent_thread_id (the originating chat th...

SERVERDialogbrain SOURCEhttps://api.dialogbrain.com/mcp
Low RISK CLASS
Category Read
Parameters 80 required
Recommended Allowedsee the rule below
Registry record Grade F, identity unverified Pull the record →

This record as markdown: /tools/io-github-saloprj-dialogbrain/calls-list-history.md

What calls_list_history does on Dialogbrain

AI agents call calls_list_history to retrieve information from Dialogbrain without modifying anything. It is typically the context-gathering step in research, monitoring, and reporting workflows, before the agent takes action elsewhere.

ParameterTypeRequiredDescription
limit integer Maximum calls to return (default 20, max 100).
since string ISO date or datetime lower bound (inclusive). Default: 90 days ago. Naive timestamps are interpreted as UTC.
until string ISO date or datetime upper bound (inclusive). Default: now.
source string Filter by voice_sessions.source: 'telegram' (1:1 + group), 'twilio' (PSTN), 'meet' (Google Meet bot), 'livechat' (in-app voice), 'android' (Android device). OMI
channel string Filter by message-level channel of the call thread: 'telegram' (1:1 voice or group call sub-thread), 'twilio_voice', 'meet_voice', 'livechat_voice'. OMIT to inc
thread_id integer Restrict to calls on this thread OR with this thread as their originating parent (Telegram group → call sub-thread back-link, Twilio outbound source_thread_id b
contact_id string Filter by exact entity_id (from contacts.find). Mutually exclusive with participant_name when both target the same person.
participant_name string Filter to calls whose parent thread has a participant matching this name (substring match against entity.title). Resolves group calls via the parent group's ros

Parameters from the server's own tool schema.

Why calls_list_history is rated Low

This is a read-only query tool that retrieves call history records and metadata. It has no capability to create, modify, delete, execute commands, or perform financial transactions. The blast radius of misuse is limited to information disclosure of call metadata within an authorized workspace.

From the tool's definition Tool searches and returns historical voice call metadata (call_id, duration_seconds, outcome, direction, started_at, source, channel_label, parent_thread_id) without modifying or deleting data.

Questions about calls_list_history

What does the calls_list_history tool do? +

Search historical voice calls in this workspace by participant name, contact_id, thread, channel, source, and/or date range. Returns one row per call (NOT per turn) with call_id, duration_seconds, outcome, direction, started_at, source, channel_label, and parent_thread_id (the originating chat thread for Telegram-group / Twilio-outbound / Meet calls). Pair with calls.get_transcript(call_id) for the full per-turn transcript. Use this instead of messages.read_history for cross-thread call queries — group calls and Meet sessions live on per-call sub-threads, not on the parent chat thread. It is categorised as a Read tool in the Dialogbrain MCP Server, which means it retrieves data without modifying state.

What parameters does calls_list_history accept? +

calls_list_history accepts 8 parameters: limit, since, until, source, channel, thread_id, contact_id, participant_name. The full parameter table on this page comes from the server's own tool schema.

How do I enforce a policy on calls_list_history? +

Register the Dialogbrain MCP server in PolicyLayer and add a rule for calls_list_history: allow, deny, rate-limit, or require approval. Point your MCP client at the PolicyLayer proxy URL and the rule is enforced on every call, before it reaches Dialogbrain. Nothing to install.

What risk level is calls_list_history? +

calls_list_history is a Read tool with low risk. Read-only tools are generally safe to allow by default.

Can I rate-limit calls_list_history? +

Yes. Add a rate_limit block to the calls_list_history rule in your PolicyLayer policy. For example, setting max: 10 and window: 60 limits the tool to 10 calls per minute. Rate limits are tracked per agent session and reset automatically.

How do I block calls_list_history completely? +

Set action: deny in the PolicyLayer policy for calls_list_history. The AI agent will receive a policy violation error and cannot call the tool. You can also include a reason field to explain why the tool is blocked.

What MCP server provides calls_list_history? +

calls_list_history is provided by the Dialogbrain MCP server (https://api.dialogbrain.com/mcp). PolicyLayer sits as a proxy in front of this server to enforce policies before tool calls reach the server.

More on Dialogbrain, and thousands of servers like it.

// THE MCP REGISTRY

PolicyLayer tracks 44,603 MCP servers and 515,000+ tools.

Every server has a live record: who publishes it, whether it answers without auth, its risk grade, every tool classified, the recommended policy. This page is one line of Dialogbrain's. Pull the full record:

Teams ship this data inside their own products. See what a licence covers →

// GET IN TOUCH

Have a question or want to learn more? Send us a message.

Message sent.

We'll get back to you soon.