Skip to main content
Glama
YimingYAN

fivetran-mcp

by YimingYAN

get_table_status

Retrieve per-table sync status for a Fivetran connection to debug large connectors, identify stale tables, and monitor data freshness.

Instructions

Get per-table sync status for a Fivetran connection.

Returns detailed status for each table including enabled/disabled state, sync configuration, and metadata from the most recent successful sync. Useful for debugging large connectors with many tables, identifying stale tables, and monitoring data freshness.

For connectors with many tables (e.g., Airtable with 20+ bases, or Postgres with 50+ tables), this provides visibility into which specific tables are configured and their sync settings.

Note: Table metadata (like destination names) is only available after at least one successful sync has completed.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
connection_idYesThe unique identifier of the connection
schema_filterNoOptional schema name to filter tables (e.g., "public")
enabled_onlyNoIf True, only return tables that are enabled for sync

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/5

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

No annotations provided, so description carries full burden. It includes a helpful note about table metadata only being available after a successful sync. However, it does not discuss potential errors, authentication needs, or performance 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?

Description is four sentences, front-loaded with purpose, and each sentence provides useful context without redundancy. Highly efficient.

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?

Output schema exists, so description doesn't need to detail return values. It adequately covers use cases, filtering options, and a behavioral constraint. Slightly lacking in error conditions.

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?

Input schema has 100% coverage, so baseline is 3. Description reinforces parameter roles but adds minimal new meaning beyond schema descriptions.

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 it returns per-table sync status for a Fivetran connection, with specific use cases like debugging large connectors and monitoring data freshness. This distinguishes it from siblings like get_connection_status (overall status) and list_tables (list without sync status).

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?

Description implies when to use: for large connectors, identifying stale tables, monitoring freshness. It doesn't explicitly state when not to use or list alternatives, but the context is clear enough given siblings.

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/YimingYAN/fivetran-mcp'

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