Skip to main content
Glama
t0knight
by t0knight

execute_queries

Execute Appsmith queries by providing their IDs, returning each query's status code, execution success, and response body.

Instructions

Run multiple queries by id and return their responses. Equivalent to clicking the Run button on each. Each result includes {ok, statusCode, isExecutionSuccess, body}.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
query_idsYes
Behavior3/5

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

No annotations provided, so description carries full burden. It discloses the result structure ({ok, statusCode, isExecutionSuccess, body}) but does not mention side effects, permissions, rate limits, or execution order. Adequate but not detailed.

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?

Two sentences, no wasted words. First sentence states action and result, second provides equivalent and result structure. Front-loaded and efficient.

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 one simple required param and no output schema, description provides result structure. Lacks details on parallel execution or error handling but is largely complete for this tool's simplicity.

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?

Schema has 0% description coverage, so description must add meaning. It explains that query_ids are the IDs of queries to run, which goes beyond the schema's bare title 'Query Ids'. Adds sufficient context for a single required parameter.

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?

Description clearly states verb 'run' with object 'multiple queries by id' and mentions returning responses. It also provides the equivalent action (clicking Run button) and distinguishes from siblings like create/delete/list queries.

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?

Description states when to use (equivalent to Run button) but does not provide explicit when-not or comparison to alternatives like execute_js_functions or other execution tools. Context is clear but lacks 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/t0knight/appsmith-mcp'

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