Skip to main content
Glama

salesforce_installation_info

Retrieve detailed Salesforce schema information including objects, fields, relationships, permissions, and customizations from your specific installation.

Instructions

Returns comprehensive information about the learned Salesforce installation, including all object details, field specifications, relationships, permissions, and customizations from the learned installation data.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
object_nameNoSpecific object for detailed information (optional). Example: 'Account', 'Contact', 'CustomObject__c'
field_searchNoSearch for fields with this name or label (optional)
show_custom_onlyNoShow only custom objects and custom fields
include_relationshipsNoInclude relationship information between objects
detailed_fieldsNoShow detailed field information including data types, constraints, and metadata
include_permissionsNoInclude detailed permission information for objects and fields
max_fields_per_objectNoMaximum number of fields to show per object (default: all fields)
Behavior3/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 describes the tool as a read-only operation ('Returns comprehensive information'), which is appropriate, but lacks details on performance characteristics (e.g., response time for large installations), error handling, or data freshness. It adds some context about the scope of information returned but doesn't fully compensate for the absence of annotations.

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 a single, well-structured sentence that front-loads the core purpose ('Returns comprehensive information') and efficiently lists the key components. There's no wasted verbiage, and every phrase adds value by specifying the scope of data returned.

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?

Given the complexity of a 7-parameter tool with no annotations and no output schema, the description is adequate but incomplete. It covers the tool's purpose and data scope well, but doesn't address behavioral aspects like response format, pagination, or error conditions. For a metadata retrieval tool with rich parameters, more context on output structure would be beneficial.

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?

Schema description coverage is 100%, so the schema already documents all 7 parameters thoroughly. The description doesn't add any parameter-specific semantics beyond what's in the schema, such as explaining interactions between parameters or providing usage examples. Baseline 3 is appropriate when the schema does the heavy lifting.

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 tool's purpose with specific verbs ('Returns comprehensive information') and resources ('Salesforce installation, including all object details, field specifications, relationships, permissions, and customizations'). It distinguishes itself from siblings like salesforce_query or salesforce_describe by focusing on 'learned installation data' rather than live operations.

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 context by specifying 'learned installation data,' suggesting it should be used for metadata retrieval rather than live Salesforce operations. However, it lacks explicit guidance on when to use this tool versus alternatives like salesforce_describe or salesforce_setup, and doesn't mention prerequisites such as needing prior learning via salesforce_learn.

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

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