Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@anannya03
Copy link
Contributor

@anannya03 anannya03 commented Oct 13, 2025

What does this PR do?

  1. Enhance tool description for workbook tools.
  2. One of the prompts for the tool- azmcp_workbooks_show was incorrect. The prompt was to show workbook using workbook display_name, but the code for ShowWorkbooksOptions.cs has just one parameter - resource_id. There's no support to show details of a workbook given the display_name. Hence, I've updated the prompt to have the required resource_id parameter.

azmcp_workbooks_show

After change-

image

Before change-

image

azmcp_workbooks_update

After change-

image

Before change-

image

GitHub issue number?

#263

Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR corrects a tool description inconsistency for the Azure Workbooks MCP tool. The main issue was that the azmcp_workbooks_show tool prompt incorrectly suggested it could show workbook details using a display name, when the actual implementation only supports resource ID as a parameter.

  • Updates the test prompt documentation to align with actual tool capabilities
  • Removes misleading prompt that suggested display_name parameter support

Copy link
Member

@anuchandy anuchandy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ty!

@github-project-automation github-project-automation bot moved this from Untriaged to In Progress in Azure MCP Server Oct 13, 2025
@anannya03 anannya03 merged commit b151914 into microsoft:main Oct 13, 2025
23 checks passed
@github-project-automation github-project-automation bot moved this from In Progress to Done in Azure MCP Server Oct 13, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

2 participants