Skip to main content
Glama
WGalyean50

Salesloft MCP Demo Server

by WGalyean50

get_call

Retrieve full transcript content for a specific sales call, including metadata and conversation text, to enable analysis of customer conversations.

Instructions

Get the full transcript content for a specific call.

Args:
    call_id: The unique identifier for the call

Returns:
    Full transcript content including metadata and transcript text

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
call_idYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior2/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It states what the tool returns ('Full transcript content including metadata and transcript text'), which is helpful, but doesn't cover other important aspects like whether this is a read-only operation, potential rate limits, authentication needs, error conditions, or what happens if the call_id is invalid. For a tool with zero annotation coverage, this leaves significant gaps.

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 well-structured and front-loaded with the core purpose in the first sentence, followed by clear sections for Args and Returns. Every sentence earns its place by providing essential information without redundancy, making it efficient and easy to parse.

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 tool's low complexity (1 parameter, no nested objects) and the presence of an output schema (which handles return values), the description is mostly complete. It covers the purpose, parameter meaning, and return content. However, it lacks behavioral details like error handling or operational constraints, which would be beneficial even with an output schema.

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?

The description adds meaningful context for the single parameter by explaining that call_id is 'The unique identifier for the call', which clarifies its purpose beyond what the schema provides (schema coverage is 0%, so the schema only gives the title 'Call Id' and type). This adequately compensates for the low schema coverage, though it doesn't detail format or constraints.

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 clearly states the specific action ('Get the full transcript content') and resource ('for a specific call'), distinguishing it from sibling tools like list_calls and search_calls which handle multiple calls or search operations rather than retrieving detailed content for a single call.

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

Usage Guidelines3/5

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

The description implies usage by specifying it's for 'a specific call' with a call_id, suggesting it should be used when you have the identifier for a particular call. However, it doesn't explicitly state when to use this versus alternatives like list_calls or search_calls, nor does it mention prerequisites or exclusions.

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/WGalyean50/salesloft-mcp-demo1'

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