Conversation
…request_read, mcp_microsoftdocs_microsoft_docs_search, type_in_page Agent-Logs-Url: https://github.com/rajbos/github-copilot-token-usage/sessions/f642eba7-5a37-4637-a99c-44bbb11b723d Co-authored-by: FokkoVeegens <24793348+FokkoVeegens@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Add missing friendly names for tools
Add missing friendly names for click_element, mcp_github_pull_request_read, mcp_microsoftdocs_microsoft_docs_search, type_in_page
Apr 17, 2026
- Added the read tools so it can read files to determine the right actions - Added the MS Docs MCP prefix
rajbos
approved these changes
Apr 17, 2026
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.
Four tool IDs detected in session logs lacked friendly display names, causing them to appear as raw identifiers in the Usage Analysis view.
Changes
toolNames.json: Added four entries following existing naming conventions:click_element→"Click Element"(grouped with browser page tools:navigate_page,read_page, etc.)type_in_page→"Type in Page"(same group)mcp_github_pull_request_read→"GitHub MCP (Remote): Pull Request Read"(grouped withmcp_github_*entries)mcp_microsoftdocs_microsoft_docs_search→"Microsoft Docs MCP: Docs Search"(alongside existingmcp_microsoft_doc_microsoft_docs_searchvariant)