Skip to main content
Glama
Deviank88

Salesforce MCP UI Automation

by Deviank88

datacloud_submit_query

Submit a SQL query to Data Cloud and receive query metadata or a query ID. Provide the SQL string and, optionally, the execution mode.

Instructions

Submit a Data Cloud SQL query and return query metadata or a query id.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
sqlYes
modeNoADAPTIVE

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior2/5

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

The description does not disclose behavioral traits beyond the basic action. It does not explain whether the query runs synchronously or asynchronously, what triggers returning metadata vs. a query id, any rate limits, authentication requirements, or side effects. With no annotations provided, the description carries the full burden, which it fails to meet.

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 single sentence, concise and focused. However, it could benefit from additional structure to cover usage and parameters without becoming verbose.

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 tool has only 2 parameters (1 required) and an output schema exists, the description is minimally adequate. However, the lack of parameter explanation and usage guidance makes it incomplete for an agent to use correctly without additional context.

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

Parameters2/5

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

Schema coverage is 0%. The description does not explain the 'mode' parameter or its possible values. The 'sql' parameter is obvious from the name, but the description adds no additional meaning beyond what the parameter name implies.

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 action (submit a query) and the resource (Data Cloud SQL query). It also specifies the return type (query metadata or a query id), which distinguishes it from sibling tools like datacloud_query_rows and datacloud_query_status.

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?

No guidance is provided on when to use this tool vs alternatives, such as datacloud_query_rows or datacloud_metadata. There is no mention of prerequisites, constraints, or when not to use 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/Deviank88/Salesforce-MCP-UI-Automation'

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