Skip to main content
Glama
hypn4

Salesforce MCP Server

by hypn4

salesforce_query_more

Fetch additional Salesforce records using a nextRecordsUrl from a previous query when more results are available. Paginate through large result sets by passing the provided URL to continue retrieval.

Instructions

Fetch additional records from a previous query.

Use this when a query returns done=False and provides a nextRecordsUrl.

Args: next_records_url: The nextRecordsUrl from a previous query response

Returns: Additional query results

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
next_records_urlYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv0.1.0

TDQS

A4.3/5.0
Behavior3/5

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

No annotations are provided, so the description carries the full burden. It discloses that the tool fetches additional records and requires a nextRecordsUrl from a previous response, but it does not mention potential errors, token expiration, rate limits, or whether the response may still contain done=False. This is acceptable for a simple read operation but not rich.

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?

Compact and front-loaded with the purpose, followed by a clear usage condition and minimal argument documentation. Every line earns its place with no redundancy.

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 low-complexity tool with one parameter and an output schema, the description covers the invocation context well: purpose, trigger condition, and parameter origin. It does not explicitly instruct the caller to check done again for further pages, but the output schema likely contains that information.

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%, so the description must compensate. It fully explains the only parameter: next_records_url is 'The nextRecordsUrl from a previous query response,' providing essential source context beyond the bare string type in the schema.

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?

States a specific verb and resource: 'Fetch additional records from a previous query.' This clearly distinguishes it from salesforce_query (which runs an initial query) and salesforce_query_all (which auto-fetches all pages).

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?

Provides a clear trigger condition: 'Use this when a query returns done=False and provides a nextRecordsUrl.' This gives unambiguous context for when to invoke the tool, though it does not explicitly name alternatives or exclusions.

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

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/hypn4/salesforce-mcp-server'

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