Skip to main content
Glama
aptro

Superset MCP Integration

by aptro

superset_config_get_base_url

Retrieve the configured base URL of your Superset instance to construct full resource links or identify the connected environment.

Instructions

Get the base URL of the Superset instance

Returns the configured Superset base URL that this MCP server is connecting to. This can be useful for constructing full URLs to Superset resources or for displaying information about the connected instance.

This tool does not require authentication as it only returns configuration information.

Returns: A dictionary with the Superset base URL

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It successfully communicates that this is a read-only configuration tool ('only returns configuration information'), explicitly states it doesn't require authentication, and describes the return format ('A dictionary with the Superset base URL'). This covers key behavioral aspects for a simple read operation.

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 perfectly structured and front-loaded: the first sentence states the core purpose, followed by usage context, authentication information, and return format. Every sentence earns its place with no redundancy or wasted words. The length is appropriate for this simple tool.

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?

For a zero-parameter configuration retrieval tool with no annotations and no output schema, the description provides complete context: purpose, usage scenarios, authentication requirements, and return format. Given the tool's simplicity, no additional information is needed for an agent to understand and use it correctly.

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 tool has 0 parameters with 100% schema description coverage, so the baseline would be 3. However, the description adds value by explicitly stating 'This tool does not require authentication' and clarifying the return format, which provides useful context beyond the empty parameter schema. This justifies a score above baseline.

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 specific action ('Get the base URL') and resource ('of the Superset instance'), distinguishing it from all sibling tools which perform operations on charts, dashboards, databases, etc. It explicitly defines what the tool returns, making its purpose unambiguous.

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 clear context for when to use this tool ('for constructing full URLs to Superset resources or for displaying information about the connected instance'), but doesn't explicitly state when NOT to use it or name specific alternatives among the sibling tools. The guidance is helpful but not exhaustive.

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/aptro/superset-mcp'

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