Skip to main content
Glama
CW-Codewalnut

Metabase MCP Server

update_metabase_database

Modify an existing database connection in Metabase to update settings like sync schedules, connection details, caching, and query automation.

Instructions

Update an existing database connection in Metabase.

Args: database_id (int): ID of the database to update. name (str, optional): Name of the database. details (Dict[str, Any], optional): Connection details. auto_run_queries (bool, optional): Enable auto run. cache_ttl (int, optional): Cache time-to-live. is_full_sync (bool, optional): Whether to perform full sync. schedule (Dict[str, Any], optional): Sync schedule. timezone (str, optional): Timezone for the database. metadata_sync (bool, optional): Enable metadata sync.

Returns: Dict[str, Any]: Updated database metadata.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
database_idYes
nameNo
detailsNo
auto_run_queriesNo
cache_ttlNo
is_full_syncNo
scheduleNo
timezoneNo
metadata_syncNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

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/CW-Codewalnut/metabase-mcp-server'

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