Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 834 Bytes

File metadata and controls

21 lines (14 loc) · 834 Bytes
ms.service azure-logic-apps
ms.author estfan
author ecfan
ms.date 02/18/2026
ms.topic include

Learn how parameter values resolve at runtime

This section describes the options for how your MCP server sources input parameter values for action-backed tools. You can either keep the model as the default source, or you can provide hardcoded static values for all interactions.

  • Model-provided inputs

    By default, the model passes in parameter values at runtime based on the conversation between the agent and the end user. These values are dynamic and unknown until runtime.

  • User-provided inputs

    You specify the parameter values during development. These values are typically hardcoded and stay the same across all interactions between the agent loop and the end user.