Skip to main content
Glama

toolkit_info

Read-onlyIdempotent

Returns the current toolkit state: installed MCPs, their connection status, the accounts connected to each one, and how many catalog tools each exposes.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observed

TDQS

A4.5/5.0
Behavior4/5

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

Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, covering the safety profile. The description adds valuable behavioral detail about the exact return content (installed MCPs, status, accounts, tool counts), which goes beyond minimal annotation coverage and gives agents an accurate expectation of the tool's output.

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?

A single, compact sentence that front-loads the verb 'Returns' and immediately lists the key data points. Every element adds value and there is no fluff or redundancy.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The tool is simple (no parameters, no output schema) and the description fully covers what it does and what it returns. It includes all needed context for an agent to know when to use it—getting an overview of connections and tool availability—and it is sufficiently detailed for this zero-parameter info tool.

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?

There are zero parameters, so the baseline is 4. The description adds no parameter-specific meaning because none exist; the input schema is empty and the description fully clarifies that the tool takes no inputs and simply describes the toolkit state.

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 uses a specific verb 'Returns' with a clear resource 'current toolkit state' and enumerates the exact contents (installed MCPs, connection status, accounts, catalog tool counts), making it fully distinct from sibling tools like databricks_get_warehouse or show_version.

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 implies usage by stating what it returns (toolkit state, connections, accounts), which tells an agent this is the go-to for an overview before other operations. It doesn't explicitly state when not to use it or name alternatives, but the purpose is self-evident and no exclusions seem necessary.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

B3.4/5.0
Disambiguation4/5

The Databricks-specific tools (e.g., databricks_run_sql, databricks_list_catalogs) are clearly distinct, each targeting a unique resource or action. However, the set also includes several platform-level tools (marketplace, authenticate, connect) that serve a different purpose, creating a mild mix of domains but without direct overlap or ambiguity.

Naming Consistency2/5

The Databricks tools follow a consistent `databricks_verb_noun` pattern, but the platform tools (authenticate, connect, marketplace, report_bug, show_version, toolkit_info) do not follow this pattern and use inconsistent naming conventions (some are single verbs, some are noun phrases, some are verb_noun). This mixing of styles makes the set feel patchwork rather than unified.

Tool Count3/5

With 17 tools, the count is slightly above the typical well-scoped range of 3-15 and leans toward being heavy, especially considering that 6 of them are not Databricks-specific but general MCP platform utilities. The number is not extreme, but it feels a bit bloated for a server focused on Databricks.

Completeness4/5

The Databricks surface covers the core operations: listing catalogs/schemas/tables/warehouses, running SQL, polling and canceling statements, and user/account info. Minor gaps exist (e.g., no table or warehouse creation/deletion), but these are not obvious dead ends for the likely use cases. The platform tools (marketplace, connect, etc.) also provide comprehensive coverage of the MCP platform lifecycle.