search_shared_docs
Locate previously shared documents and retrieve their share URLs. Filter results by title, body content, or status (active, revoked, expired) to find the specific doc you need.
Instructions
Find previously shared docs and their links. Call with NO arguments to list the newest docs (each result includes its share URL). title_query filters by title substring; content_query searches body text (selfhost: full content; gist: the opening excerpt only); status filters active/revoked/expired; limit max 100.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| status | No | ||
| title_query | No | ||
| content_query | No |