Update tools.md to add Sheets toolset - #39960
thanhnhanvo wants to merge 1 commit into
Conversation
- Add Sheets toolset. It's GA. - Fix broken link.
|
/review |
There was a problem hiding this comment.
🤖 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 4ce7bcd04775b83e1da936bacd07673d84bdd532 — workflow 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". |
There was a problem hiding this comment.
Style: Tense inconsistency — the surrounding example prompts use present tense ("List 10 spreadsheets..."), so started should be starts.
| - 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". |
There was a problem hiding this comment.
Style: id should be capitalized as ID in prose (leave lowercase in code identifiers like tables[].id).
| - 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". |
There was a problem hiding this comment.
Style: Same as above — id should be ID in prose for consistency.
| - 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? |
There was a problem hiding this comment.
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.
| - 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? |
Preview links (active after the
|
Motivation
Merge readiness
For Datadog employees:
<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./reviewto run an automated check that catches common issues before a Documentation team member reviews your PR.AI assistance
Additional notes