Skip to main content
Glama
informatics-isi-edu

Deriva MCP Server

Official

set_active_catalog

Switch the active catalog when multiple catalogs are connected by specifying the hostname and catalog ID.

Instructions

Switch the active catalog when multiple catalogs are connected.

Args: hostname: Server hostname of the catalog to activate. catalog_id: Catalog ID to activate.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
hostnameYes
catalog_idYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior2/5

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

With no annotations, the description carries the full burden of behavioral disclosure. It only says "switch" without explaining side effects, prerequisites (e.g., that the catalog must be connected), or what happens to the previous active catalog. This is a minimal description that leaves the agent uncertain about the tool's operational implications.

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 exceptionally concise, consisting of one action sentence and a two-item argument list. Every word earns its place, and the structure is front-loaded with the verb phrase first. No unnecessary filler.

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?

The tool is simple with only two parameters and a clear purpose. An output schema exists, so the description need not explain return values. The description is adequate for an agent to select and invoke the tool correctly, though it could benefit from noting that the catalog must already be connected.

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?

The schema has 0% description coverage, so the description must compensate. It provides one-line explanations for both parameters: "Server hostname of the catalog to activate" and "Catalog ID to activate." These add meaningful context beyond the bare string types in the schema, though they don't elaborate on formats or constraints.

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 states a specific verb and resource: "Switch the active catalog when multiple catalogs are connected." This clearly distinguishes it from sibling tools like connect_catalog or set_default_schema. It immediately communicates the tool's purpose.

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?

The description provides a clear condition for use: "when multiple catalogs are connected." This implies the tool is for switching among already-connected catalogs, which is useful context. However, it does not explicitly mention when not to use it or name alternatives, so it falls short of a 5.

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/informatics-isi-edu/deriva-mcp'

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