Skip to main content
Glama
IBM

IBM watsonx.data MCP Server

Official
by IBM

update_presto_engine

Update a Presto engine's configuration: change description, display name, properties, tags, or trigger a restart.

Instructions

Update Presto engine configuration in watsonx.data.

Args: engine_id: Engine identifier description: Updated description display_name: Updated display name engine_properties: Engine configuration properties engine_restart: Set to "force" to trigger restart after update remove_engine_properties: Properties to remove tags: Updated tags

Returns: Dict with updated engine configuration

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
engine_idYes
descriptionNo
display_nameNo
engine_propertiesNo
engine_restartNo
remove_engine_propertiesNo
tagsNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior2/5

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

No annotations are provided, so the description must fully disclose behavioral traits. It mentions that engine_restart set to 'force' triggers a restart, which is helpful, but it does not disclose whether the update is reversible, whether it disrupts running queries, or if specific permissions are required. The description is partially transparent but lacks important behavioral context.

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 structured as a concise Args/Returns docstring with minimal redundancy. Each parameter is listed on a separate line, and the return value is briefly described. It is front-loaded with the main purpose, but the line breaks could be tighter for better readability.

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?

The tool has an output schema (as per context), and the description mentions that the return is a dict with updated engine configuration, which is sufficient. However, for 7 parameters, the description does not cover error conditions, prerequisites (e.g., engine must exist), or implications of property changes. It is moderately complete but has gaps.

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 0%, so the description must compensate. It lists all 7 parameters with brief explanations (e.g., 'engine_restart: Set to "force" to trigger restart after update'), but the explanations are mostly repetitions of parameter names (e.g., 'engine_properties: Engine configuration properties'). The description adds some value but is not sufficiently detailed for parameters like engine_properties or remove_engine_properties.

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 explicitly states 'Update Presto engine configuration in watsonx.data', which clearly identifies the verb (update), resource (Presto engine), and domain. It distinguishes from sibling tools like update_prestissimo_engine and update_spark_engine by specifying 'Presto'.

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 provides a list of parameters but does not explicitly state when to use this tool versus alternatives like update_prestissimo_engine or update_spark_engine. It implies usage via the engine type in the name, but no direct guidance on prerequisites or scenarios where this tool is preferred.

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/IBM/ibm-watsonxdata-mcp-server'

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