getTags
Retrieve all tags from your Raindrop.io collections to organize and manage bookmarks efficiently. Filter tags by collection to streamline your workflow.
Instructions
Get all tags
Input Schema
Name | Required | Description | Default |
---|---|---|---|
collectionId | No | Filter tags by collection |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {
"collectionId": {
"description": "Filter tags by collection",
"type": "number"
}
},
"type": "object"
}