arcade-mcp/toolkits
Renato Byrro ac0f5aa10c
Search Google Drive documents and retrieve contents (#265)
This tool will be useful in scenarios akin to RAG, where someone wants
to ask questions or request the production of a summary, for instance,
about a bunch of documents related to a particular topic. Currently, to
fulfill such requests, the LLM needs to first `list_documents`, then
`get_document_by_id` for each document.

We also implement a utility functions to return documents in Markdown
and HTML, since the Drive API JSON is verbose and would waste too many
tokens unnecessarily.

Limitations: the Markdown/HTML utilities do not handle table of contents
(which I think aren't really useful here), headers, footers, or
footnotes.

---
This PR deprecates `list_documents` and implements `search_documents`,
apart from `search_and_retrieve_documents`). This configuration makes it
easier for LLMs to understand when to call each tool.

Both tools had their interfaces refactored to remove Google API-specific
arguments that were confusing LLMs sometimes, such as "corpora" and
"support_all_drives". It now accepts arguments that better relate to
expected user requests.

---------

Co-authored-by: Eric Gustin <eric@arcade.dev>
2025-03-07 18:42:12 -03:00
..
code_sandbox fix: Use tool secrets in toolkits (#271) 2025-03-04 13:35:36 -08:00
github [Toolkit Release] Weekly Toolkit Release 01-29-25 (#236) 2025-01-29 09:51:16 -08:00
google Search Google Drive documents and retrieve contents (#265) 2025-03-07 18:42:12 -03:00
linkedin Update Examples & Various Renames (#233) 2025-01-28 17:17:29 -08:00
math Update Examples & Various Renames (#233) 2025-01-28 17:17:29 -08:00
search fix: Use tool secrets in toolkits (#271) 2025-03-04 13:35:36 -08:00
slack [Toolkit Release] Weekly Toolkit Release 02-20-25 (#261) 2025-02-20 13:27:35 -08:00
spotify Update Examples & Various Renames (#233) 2025-01-28 17:17:29 -08:00
web fix: Use tool secrets in toolkits (#271) 2025-03-04 13:35:36 -08:00
x [Toolkit Release] Weekly Toolkit Release 02-20-25 (#261) 2025-02-20 13:27:35 -08:00
zoom Update Examples & Various Renames (#233) 2025-01-28 17:17:29 -08:00
TOOLKIT_RELEASE_MANAGERS.txt Whitelist Toolkit Release Managers (#234) 2025-01-27 14:35:45 -08:00