Skip to main content
Glama
Mr-M-tastic

Power Automate MCP

by Mr-M-tastic

ensure_connection

Verify a Power Automate connector is available and has an active connection, returning clear errors when missing or lacking access.

Instructions

Check connector exists + has connection; errors clearly if missing/no access

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
connectorYessharepoint|dataverse|sql|outlook|excel|teams or apiName
Install Server

TDQS

A3.8/5.0
Behavior4/5

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

With no annotations, the description carries the burden of disclosing behavior. It clearly states the tool performs a check and errors clearly on missing or inaccessible connectors. It does not mention return values or whether it has side effects, but for a check tool this is reasonably transparent.

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 one tight sentence that captures the core action, the checked conditions, and the error behavior. No filler or redundant wording.

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?

For a simple single-parameter tool with no output schema, the description covers the core behavior and error conditions. It could be more complete with explicit usage context relative to siblings, but the tool is simple enough that the description is largely sufficient.

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%, since the connector parameter lists the valid options. The description adds no further parameter meaning beyond what the schema already provides, so the baseline score of 3 is appropriate.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states a specific action ('Check connector exists + has connection') and the resource it applies to. It hints at error behavior, which helps distinguish it from merely listing connectors or connections, though it does not explicitly name sibling tools.

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

Usage Guidelines3/5

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

The purpose implies a validation/preflight use case, but the description does not explicitly say when to use this tool versus list_connectors, list_connections, or add_connector_action. There is no direct guidance about when it should be called, such as before sync_pull or sync_push.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

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/Mr-M-tastic/Power-Automate-MCP'

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