get_flag_url
Generate a deep-link URL to a feature flag definition in Harness FME by providing workspace, flag, and environment names or IDs. The tool resolves the necessary identifiers automatically.
Instructions
Build a deep-link to a feature flag's definition in the Harness FME web UI. Pass workspace, flag, and environment by name or id — the org slug, project, flag id, and env id are resolved for you. Requires MCP_HARNESS_FME_ACCOUNT_ID and MCP_HARNESS_FME_ORG_GUID env vars on the server (those IDs are not exposed by the API — copy them once from a flag URL in the browser).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| flag | Yes | The feature flag name or GUID | |
| workspace | Yes | The workspace name or ID | |
| environment | Yes | The environment name or ID (e.g. 'Prod') |