Skip to main content
Glama
microsoft

Microsoft Fabric RTI MCP Server

Official
by microsoft

eventstream_add_eventhouse_destination

Adds an Eventhouse destination to an eventstream, routing data from specified streams into a target database table with configurable ingestion mode and encoding.

Instructions

Add an Eventhouse destination to the eventstream definition.

:param session_id: Builder session ID
:param workspace_id: Fabric workspace ID
:param item_id: Eventhouse item ID
:param database_name: Target database name
:param table_name: Target table name
:param input_streams: List of stream names that feed this destination
:param destination_name: Name for the destination (auto-generated if not provided)
:param data_ingestion_mode: Ingestion mode (ProcessedIngestion or DirectIngestion)
:param encoding: Input encoding
:return: Updated definition summary

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
session_idYes
workspace_idYes
item_idYes
database_nameYes
table_nameYes
input_streamsYes
destination_nameNo
data_ingestion_modeNoProcessedIngestion
encodingNoUTF8

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior2/5

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

Annotations indicate readOnlyHint=false and destructiveHint=false, but the description adds no behavioral context beyond 'Add'. It does not disclose side effects, authorization needs, or the mutation's scope. With annotations already conveying mutability, the description offers minimal additional transparency.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is structured as a docstring with a clear purpose sentence followed by parameter explanations. It is appropriately sized for 9 parameters—each line adds value without excessive verbosity. Front-loading the main action is effective.

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

Completeness3/5

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

While the output schema is available (reducing need to explain return), the description lacks context about how this destination fits into the broader eventstream workflow (e.g., relationship to start_definition, validation). It also doesn't clarify when to choose Eventhouse over other destination types.

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?

Schema description coverage is 0%, so the description must compensate. It provides one-line explanations for all 9 parameters (e.g., 'Builder session ID', 'Target database name'), which adds meaning beyond the schema's type/name-only info. It also notes optional parameters and defaults, significantly aiding parameter understanding.

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 action 'Add an Eventhouse destination' and the target resource 'eventstream definition'. This verb+resource combination distinguishes it from sibling tools like eventstream_add_custom_endpoint_destination or eventstream_add_derived_stream.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides no guidance on when to use this tool versus alternatives (e.g., custom_endpoint or derived_stream). It lacks prerequisites, context, or any conditions under which this destination is appropriate.

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/microsoft/fabric-rti-mcp'

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