Enhance tool description for Monitor tool#630
Merged
anannya03 merged 11 commits intomicrosoft:mainfrom Oct 7, 2025
Merged
Conversation
Closed
12 tasks
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR enhances tool descriptions for Azure Monitor tools to reduce ambiguity and provide clearer guidance. The changes focus on making the descriptions more concise while providing better context about when and how to use each tool.
Key changes:
- Improved clarity and specificity in tool descriptions
- Consolidated verbose descriptions into more focused explanations
- Enhanced context about tool usage scenarios
Reviewed Changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| ResourceLogQueryCommand.cs | Streamlined description with clearer usage guidance for querying Azure resource logs |
| EntityGetHealthCommand.cs | Simplified and clarified description for retrieving entity health information |
1112806 to
7ecc7d3
Compare
vcolin7
reviewed
Oct 1, 2025
Contributor
|
Don't forget to update the CHANGELOG :) |
24e95c5 to
ac0eea1
Compare
vcolin7
approved these changes
Oct 1, 2025
Contributor
Author
|
This PR is still a WIP. I tested manually and the LLM is still not picking up the right tools. So, I'm still working on this. I'll let you know once it works correctly and post the screenshots of the results. |
Contributor
|
If WIP, then please make it a DRAFT PR. Thanks! |
Contributor
Author
Contributor
Author
srnagar
reviewed
Oct 6, 2025
…yCommand.cs Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
ff18e87 to
401201c
Compare
colbytimm
pushed a commit
to colbytimm/microsoft-mcp
that referenced
this pull request
Dec 8, 2025
* Enhance tool description for Monitor tool * Update tools/Azure.Mcp.Tools.Monitor/src/Commands/Log/ResourceLogQueryCommand.cs Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * refined the description * indenttation fix * updated changelog * Changed description * resolved merge conflict * fixed prompt for moinotr gethealth and ddescription * resolved merge conflict * rebased with main * addressed review comments --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



What does this PR do?
Enhance tool description for Monitor tool to reduce ambiguity.
After change-

Before change-

After change-
Before change-
After Change-
GitHub issue number?
#624, #612