Skip to main content
Glama

Power Automate MCP Server by Flow Studio

get_live_dynamic_options

Read-only

Resolve live dynamic dropdown/list options for a connector operation parameter. Use this when describe_live_connector returns a dynamic parameter with nextTool=get_live_dynamic_options. Works with x-ms-dynamic-list and x-ms-dynamic-values metadata, for example Teams team/channel IDs, SharePoint site/list IDs, or other connector-specific selectable values.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
apiNameNoAlias for connectorName.
parametersNoResolved dependent parameter values, for example { "groupId": "<team id>" }.
operationIdNoOperation ID that owns the dynamic parameter.
connectorNameNoConnector logical name, for example shared_teams.
parameterNameYesDynamic parameter name, for example groupId or channelId.
connectionNameYesRequired connector connection name/id, for example shared-teams-{guid}. Choose the connection that the flow action should run as. Use list_live_connections to find candidates.
dynamicMetadataYesx-ms-dynamic-list or x-ms-dynamic-values metadata from describe_live_connector.
environmentNameYesName of the Power Platform environment.

TDQS

A4.2/5.0
Behavior4/5

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

Annotations already declare readOnlyHint=true and destructiveHint=false, so the safety profile is established. The description adds useful behavioral context about what the tool does ('resolve ... options'), which metadata types it operates on, and provides concrete examples like Teams/SharePoint IDs. No contradiction with annotations.

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?

Two sentences, front-loaded with the core purpose and then the exact invocation trigger. Every sentence earns its place, with no filler or repetition of schema details. The examples are useful but compact.

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?

Given a rich 100%-covered schema and safe annotation profile, the description is largely complete: it tells the agent what this tool is, when to invoke it, and what metadata shapes it applies to. It doesn't describe the return value shape or pagination behavior, but for a dropdown-options resolver that is a minor gap, not a blocking one.

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?

Schema description coverage is 100%, so all 8 parameters are already documented in detail. The description refers conceptually to parameters and metadata but does not add meaning beyond the schema. The baseline of 3 applies because the schema carries the load adequately.

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 uses a specific verb ('Resolve') and a precise resource ('live dynamic dropdown/list options for a connector operation parameter'). It clearly differentiates itself from sibling tools by mentioning the exact trigger (nextTool=get_live_dynamic_options) and the relevant metadata types (x-ms-dynamic-list/x-ms-dynamic-values), which an agent can distinguish from get_live_dynamic_properties.

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 gives an explicit, actionable condition: 'Use this when describe_live_connector returns a dynamic parameter with nextTool=get_live_dynamic_options.' This is strong context for when to call it. However, it does not explicitly state when not to use it or name an alternative tool as the preferred choice.

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

A3.9/5.0
Disambiguation4/5

The consistent live/store prefixes and clear resource nouns make most tools distinguishable, and deprecated tools explicitly flag replacements. However, the duplicated live-vs-cache surfaces and multiple run/error-history tools can still require careful reading to choose correctly.

Naming Consistency5/5

All tools follow a consistent snake_case verb_noun pattern with stable qualifiers like live, store, flow, and run. Even meta-tools like list_skills and tool_search fit the same convention, and the few longer names such as add_live_flow_to_solution remain predictable.

Tool Count2/5

34 tools is well above the 25+ threshold for 'too many,' and the set is inflated by live/store duplication plus four deprecated tools scheduled for removal. Several tools could be consolidated or dropped without losing capability.

Completeness3/5

The server covers the main flow lifecycle well: list/get/create/update, state changes, running, resubmission, run diagnostics, environments, connections, and solution migration. Notable gaps include no delete flow, no remove-from-solution operation, and read-only connection management, which agents can partially work around.