Skip to content

Update tools.md to add Sheets toolset - #39960

Draft
thanhnhanvo wants to merge 1 commit into
masterfrom
thanhnhan/add-mcp-sheets-toolset
Draft

thanhnhanvo wants to merge 1 commit into
masterfrom
thanhnhan/add-mcp-sheets-toolset

Conversation

@thanhnhanvo

@thanhnhanvo thanhnhanvo commented Sep 15, 2026

Copy link
Copy Markdown

Motivation

  • Add Sheets toolset documentation since it's GA.
  • Fix broken link.

Merge readiness

  • Ready for merge

For Datadog employees:

  • ⚠️ Your branch name MUST follow the <name>/<description> convention and include the forward slash (/). If you've already created your PR with an incorrect branch name, please rename your branch and open a fresh PR.
  • 🤖 New: Comment with /review to run an automated check that catches common issues before a Documentation team member reviews your PR.

AI assistance

Additional notes

- Add Sheets toolset. It's GA.
- Fix broken link.
@thanhnhanvo

Copy link
Copy Markdown
Author

/review

@github-actions github-actions Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

🤖 Automated review by Claude. AI-generated; verify before acting.

Nice, tight addition. Link references now resolve consistently ([52] for Continuous Profiler, [62] for Experiments, [74] for Sheets) and the section is placed alphabetically. A few small style nits inline.

Reviewed 4ce7bcd04775b83e1da936bacd07673d84bdd532workflow run

Search Datadog spreadsheets by name or owner. Returns a paginated list of spreadsheets with their IDs and names.

- List the last 10 created spreadsheets.
- List 10 spreadsheets whose name started with "ABC".

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Style: Tense inconsistency — the surrounding example prompts use present tense ("List 10 spreadsheets..."), so started should be starts.

Suggested change
- List 10 spreadsheets whose name started with "ABC".
- List 10 spreadsheets whose name starts with "ABC".

Retrieve a Datadog spreadsheet by ID. Returns tables (`tables[].id`), pivots (`pivots[].id`), and sheets (`sheets[].id`) with their configurations.

- Show me the details of spreadsheet "ABC".
- Show me the spreadsheet with id "abee1403-badb-445f-acd5-38a2b8e17f78".

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Style: id should be capitalized as ID in prose (leave lowercase in code identifiers like tables[].id).

Suggested change
- Show me the spreadsheet with id "abee1403-badb-445f-acd5-38a2b8e17f78".
- Show me the spreadsheet with ID "abee1403-badb-445f-acd5-38a2b8e17f78".


- Delete spreadsheet "ABC".
- Remove my last created spreadsheet.
- Remove spreadsheet with id "abee1403-badb-445f-acd5-38a2b8e17f78".

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Style: Same as above — id should be ID in prose for consistency.

Suggested change
- Remove spreadsheet with id "abee1403-badb-445f-acd5-38a2b8e17f78".
- Remove spreadsheet with ID "abee1403-badb-445f-acd5-38a2b8e17f78".

Returns the field reference guides for building inputs to `upsert_datadog_spreadsheet`.

- How to build a Datadog spreadsheet?
- How to build a tab that imports Log data into a Datadog spreadsheet?

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Style: Log is capitalized here but appears lowercase elsewhere in this section (for example, log-backed tables on line 2155). Lowercase is the generic reference; use Logs only when referring to the product name.

Suggested change
- How to build a tab that imports Log data into a Datadog spreadsheet?
- How to build a tab that imports log data into a Datadog spreadsheet?

@github-actions

Copy link
Copy Markdown
Contributor

Preview links (active after the build_preview check completes)

Modified Files

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant