productivity
Raindrop.io CLI for AI Agents
Use the Raindrop.io CLI from KosmoKrator to call Raindrop.io tools headlessly, return JSON, inspect schemas, and automate workflows from coding agents, scripts, and CI.Raindrop.io CLI Setup
Raindrop.io can be configured headlessly with `kosmokrator integrations:configure raindrop`.
# Install KosmoKrator first if it is not available on PATH.
curl -fsSL https://raw.githubusercontent.com/OpenCompanyApp/kosmokrator/main/install.sh | bash
# Configure and verify this integration.
kosmokrator integrations:configure raindrop --set access_token="$RAINDROP_ACCESS_TOKEN" --enable --read allow --write ask --json
kosmokrator integrations:doctor raindrop --json
kosmokrator integrations:status --json Credentials
Authentication type: Bearer token bearer_token. Configure credentials once, then reuse the same stored profile from scripts, coding CLIs, Lua, and MCP.
| Key | Env var | Type | Required | Label |
|---|---|---|---|---|
access_token | RAINDROP_ACCESS_TOKEN | Secret secret | yes | Access Token |
url | RAINDROP_URL | URL url | no | API Base URL |
Command Patterns
The generic command is stable across every integration. The provider shortcut is shorter for humans.
kosmo integrations:call raindrop.raindrop_backups_download_file '{}' --json kosmo integrations:raindrop raindrop_backups_download_file '{}' --json Discovery
These commands return structured output for coding agents that need to inspect capabilities before choosing a function.
kosmo integrations:docs raindrop --json
kosmo integrations:docs raindrop.raindrop_backups_download_file --json
kosmo integrations:schema raindrop.raindrop_backups_download_file --json
kosmo integrations:search "Raindrop.io" --json
kosmo integrations:list --json Automation Contexts
The same configured command surface works in these environments. The command does not change unless the host wrapper, credentials, or permissions change.
CLI Functions
Every function below can be called headlessly. Commands are highlighted, copyable, and scroll horizontally when payloads are long.
raindrop.raindrop_backups_download_file
Download file.
read - Parameters
- none
kosmo integrations:call raindrop.raindrop_backups_download_file '{}' --json kosmo integrations:raindrop raindrop_backups_download_file '{}' --json raindrop.raindrop_backups_generate_new
Generate new.
read - Parameters
- none
kosmo integrations:call raindrop.raindrop_backups_generate_new '{}' --json kosmo integrations:raindrop raindrop_backups_generate_new '{}' --json raindrop.raindrop_backups_get_all
Get all.
read - Parameters
- none
kosmo integrations:call raindrop.raindrop_backups_get_all '{}' --json kosmo integrations:raindrop raindrop_backups_get_all '{}' --json raindrop.raindrop_collections_create_collection
Create collection.
write - Parameters
- none
kosmo integrations:call raindrop.raindrop_collections_create_collection '{}' --json kosmo integrations:raindrop raindrop_collections_create_collection '{}' --json raindrop.raindrop_collections_empty_trash
Empty Trash.
write - Parameters
- none
kosmo integrations:call raindrop.raindrop_collections_empty_trash '{}' --json kosmo integrations:raindrop raindrop_collections_empty_trash '{}' --json raindrop.raindrop_collections_expand_collapse_all
Expand/collapse all collections.
write - Parameters
- none
kosmo integrations:call raindrop.raindrop_collections_expand_collapse_all '{}' --json kosmo integrations:raindrop raindrop_collections_expand_collapse_all '{}' --json raindrop.raindrop_collections_get_child_collections
Get child collections.
read - Parameters
- none
kosmo integrations:call raindrop.raindrop_collections_get_child_collections '{}' --json kosmo integrations:raindrop raindrop_collections_get_child_collections '{}' --json raindrop.raindrop_collections_get_collection
Get collection.
read - Parameters
- none
kosmo integrations:call raindrop.raindrop_collections_get_collection '{}' --json kosmo integrations:raindrop raindrop_collections_get_collection '{}' --json raindrop.raindrop_collections_get_root_collections
Get root collections.
read - Parameters
- none
kosmo integrations:call raindrop.raindrop_collections_get_root_collections '{}' --json kosmo integrations:raindrop raindrop_collections_get_root_collections '{}' --json raindrop.raindrop_collections_get_system_collections_count
Get system collections count.
read - Parameters
- none
kosmo integrations:call raindrop.raindrop_collections_get_system_collections_count '{}' --json kosmo integrations:raindrop raindrop_collections_get_system_collections_count '{}' --json raindrop.raindrop_collections_merge_collections
Merge collections.
write - Parameters
- none
kosmo integrations:call raindrop.raindrop_collections_merge_collections '{}' --json kosmo integrations:raindrop raindrop_collections_merge_collections '{}' --json raindrop.raindrop_collections_remove_all_empty_collections
Remove all empty collections.
write - Parameters
- none
kosmo integrations:call raindrop.raindrop_collections_remove_all_empty_collections '{}' --json kosmo integrations:raindrop raindrop_collections_remove_all_empty_collections '{}' --json raindrop.raindrop_collections_remove_collection
Remove collection.
write - Parameters
- none
kosmo integrations:call raindrop.raindrop_collections_remove_collection '{}' --json kosmo integrations:raindrop raindrop_collections_remove_collection '{}' --json raindrop.raindrop_collections_remove_multiple_collections
Remove multiple collections.
write - Parameters
- none
kosmo integrations:call raindrop.raindrop_collections_remove_multiple_collections '{}' --json kosmo integrations:raindrop raindrop_collections_remove_multiple_collections '{}' --json raindrop.raindrop_collections_reorder_all
Reorder all collections.
write - Parameters
- none
kosmo integrations:call raindrop.raindrop_collections_reorder_all '{}' --json kosmo integrations:raindrop raindrop_collections_reorder_all '{}' --json raindrop.raindrop_collections_update_collection
Update collection.
write - Parameters
- none
kosmo integrations:call raindrop.raindrop_collections_update_collection '{}' --json kosmo integrations:raindrop raindrop_collections_update_collection '{}' --json raindrop.raindrop_collections_upload_cover
Upload cover.
write - Parameters
- none
kosmo integrations:call raindrop.raindrop_collections_upload_cover '{}' --json kosmo integrations:raindrop raindrop_collections_upload_cover '{}' --json raindrop.raindrop_export_export_in_format
Export in format.
read - Parameters
- none
kosmo integrations:call raindrop.raindrop_export_export_in_format '{}' --json kosmo integrations:raindrop raindrop_export_export_in_format '{}' --json raindrop.raindrop_filters_get_filters
Get filters.
read - Parameters
- none
kosmo integrations:call raindrop.raindrop_filters_get_filters '{}' --json kosmo integrations:raindrop raindrop_filters_get_filters '{}' --json raindrop.raindrop_highlights_add
Add highlight.
write - Parameters
- none
kosmo integrations:call raindrop.raindrop_highlights_add '{}' --json kosmo integrations:raindrop raindrop_highlights_add '{}' --json raindrop.raindrop_highlights_get_all_highlights
Get all highlights.
read - Parameters
- none
kosmo integrations:call raindrop.raindrop_highlights_get_all_highlights '{}' --json kosmo integrations:raindrop raindrop_highlights_get_all_highlights '{}' --json raindrop.raindrop_highlights_get_all_highlights_in_a_collection
Get all highlights in a collection.
read - Parameters
- none
kosmo integrations:call raindrop.raindrop_highlights_get_all_highlights_in_a_collection '{}' --json kosmo integrations:raindrop raindrop_highlights_get_all_highlights_in_a_collection '{}' --json raindrop.raindrop_highlights_get_raindrop_highlights
Get highlights of raindrop.
read - Parameters
- none
kosmo integrations:call raindrop.raindrop_highlights_get_raindrop_highlights '{}' --json kosmo integrations:raindrop raindrop_highlights_get_raindrop_highlights '{}' --json raindrop.raindrop_highlights_remove
Remove highlight.
write - Parameters
- none
kosmo integrations:call raindrop.raindrop_highlights_remove '{}' --json kosmo integrations:raindrop raindrop_highlights_remove '{}' --json raindrop.raindrop_highlights_update
Update highlight.
write - Parameters
- none
kosmo integrations:call raindrop.raindrop_highlights_update '{}' --json kosmo integrations:raindrop raindrop_highlights_update '{}' --json raindrop.raindrop_import_check_url_s_existence
Check URL(s) existence.
write - Parameters
- none
kosmo integrations:call raindrop.raindrop_import_check_url_s_existence '{}' --json kosmo integrations:raindrop raindrop_import_check_url_s_existence '{}' --json raindrop.raindrop_import_parse_html_import_file
Parse HTML import file.
write - Parameters
- none
kosmo integrations:call raindrop.raindrop_import_parse_html_import_file '{}' --json kosmo integrations:raindrop raindrop_import_parse_html_import_file '{}' --json raindrop.raindrop_import_parse_url
Parse URL.
read - Parameters
- none
kosmo integrations:call raindrop.raindrop_import_parse_url '{}' --json kosmo integrations:raindrop raindrop_import_parse_url '{}' --json raindrop.raindrop_raindrops_multiple_create_many_raindrops
Create many raindrops.
write - Parameters
- none
kosmo integrations:call raindrop.raindrop_raindrops_multiple_create_many_raindrops '{}' --json kosmo integrations:raindrop raindrop_raindrops_multiple_create_many_raindrops '{}' --json raindrop.raindrop_raindrops_multiple_get_raindrops
Get raindrops.
read - Parameters
- none
kosmo integrations:call raindrop.raindrop_raindrops_multiple_get_raindrops '{}' --json kosmo integrations:raindrop raindrop_raindrops_multiple_get_raindrops '{}' --json raindrop.raindrop_raindrops_multiple_remove_many_raindrops
Remove many raindrops.
write - Parameters
- none
kosmo integrations:call raindrop.raindrop_raindrops_multiple_remove_many_raindrops '{}' --json kosmo integrations:raindrop raindrop_raindrops_multiple_remove_many_raindrops '{}' --json raindrop.raindrop_raindrops_multiple_update_many_raindrops
Update many raindrops.
write - Parameters
- none
kosmo integrations:call raindrop.raindrop_raindrops_multiple_update_many_raindrops '{}' --json kosmo integrations:raindrop raindrop_raindrops_multiple_update_many_raindrops '{}' --json raindrop.raindrop_raindrops_single_create_raindrop
Create raindrop.
write - Parameters
- none
kosmo integrations:call raindrop.raindrop_raindrops_single_create_raindrop '{}' --json kosmo integrations:raindrop raindrop_raindrops_single_create_raindrop '{}' --json raindrop.raindrop_raindrops_single_get_permanent_copy
Get permanent copy.
read - Parameters
- none
kosmo integrations:call raindrop.raindrop_raindrops_single_get_permanent_copy '{}' --json kosmo integrations:raindrop raindrop_raindrops_single_get_permanent_copy '{}' --json raindrop.raindrop_raindrops_single_get_raindrop
Get raindrop.
read - Parameters
- none
kosmo integrations:call raindrop.raindrop_raindrops_single_get_raindrop '{}' --json kosmo integrations:raindrop raindrop_raindrops_single_get_raindrop '{}' --json raindrop.raindrop_raindrops_single_remove_raindrop
Remove raindrop.
write - Parameters
- none
kosmo integrations:call raindrop.raindrop_raindrops_single_remove_raindrop '{}' --json kosmo integrations:raindrop raindrop_raindrops_single_remove_raindrop '{}' --json raindrop.raindrop_raindrops_single_suggest_collection_and_tags_for_existing_bookmark
Suggest collection and tags for existing bookmark.
read - Parameters
- none
kosmo integrations:call raindrop.raindrop_raindrops_single_suggest_collection_and_tags_for_existing_bookmark '{}' --json kosmo integrations:raindrop raindrop_raindrops_single_suggest_collection_and_tags_for_existing_bookmark '{}' --json raindrop.raindrop_raindrops_single_suggest_collection_and_tags_for_new_bookmark
Suggest collection and tags for new bookmark.
write - Parameters
- none
kosmo integrations:call raindrop.raindrop_raindrops_single_suggest_collection_and_tags_for_new_bookmark '{}' --json kosmo integrations:raindrop raindrop_raindrops_single_suggest_collection_and_tags_for_new_bookmark '{}' --json raindrop.raindrop_raindrops_single_update_raindrop
Update raindrop.
write - Parameters
- none
kosmo integrations:call raindrop.raindrop_raindrops_single_update_raindrop '{}' --json kosmo integrations:raindrop raindrop_raindrops_single_update_raindrop '{}' --json raindrop.raindrop_raindrops_single_upload_cover
Upload cover.
write - Parameters
- none
kosmo integrations:call raindrop.raindrop_raindrops_single_upload_cover '{}' --json kosmo integrations:raindrop raindrop_raindrops_single_upload_cover '{}' --json raindrop.raindrop_raindrops_single_upload_file
Upload file.
write - Parameters
- none
kosmo integrations:call raindrop.raindrop_raindrops_single_upload_file '{}' --json kosmo integrations:raindrop raindrop_raindrops_single_upload_file '{}' --json raindrop.raindrop_tags_get_tags
Get tags.
read - Parameters
- none
kosmo integrations:call raindrop.raindrop_tags_get_tags '{}' --json kosmo integrations:raindrop raindrop_tags_get_tags '{}' --json raindrop.raindrop_tags_merge
Merge tags.
write - Parameters
- none
kosmo integrations:call raindrop.raindrop_tags_merge '{}' --json kosmo integrations:raindrop raindrop_tags_merge '{}' --json raindrop.raindrop_tags_remove
Remove tag(s).
write - Parameters
- none
kosmo integrations:call raindrop.raindrop_tags_remove '{}' --json kosmo integrations:raindrop raindrop_tags_remove '{}' --json raindrop.raindrop_tags_rename
Rename tag.
write - Parameters
- none
kosmo integrations:call raindrop.raindrop_tags_rename '{}' --json kosmo integrations:raindrop raindrop_tags_rename '{}' --json raindrop.raindrop_user_authenticated_connect_social_network_account
Connect social network account.
read - Parameters
- none
kosmo integrations:call raindrop.raindrop_user_authenticated_connect_social_network_account '{}' --json kosmo integrations:raindrop raindrop_user_authenticated_connect_social_network_account '{}' --json raindrop.raindrop_user_authenticated_disconnect_social_network_account
Disconnect social network account.
read - Parameters
- none
kosmo integrations:call raindrop.raindrop_user_authenticated_disconnect_social_network_account '{}' --json kosmo integrations:raindrop raindrop_user_authenticated_disconnect_social_network_account '{}' --json raindrop.raindrop_user_authenticated_get_user
Get user.
read - Parameters
- none
kosmo integrations:call raindrop.raindrop_user_authenticated_get_user '{}' --json kosmo integrations:raindrop raindrop_user_authenticated_get_user '{}' --json raindrop.raindrop_user_authenticated_get_user_by_name
Get user by name.
read - Parameters
- none
kosmo integrations:call raindrop.raindrop_user_authenticated_get_user_by_name '{}' --json kosmo integrations:raindrop raindrop_user_authenticated_get_user_by_name '{}' --json raindrop.raindrop_user_authenticated_update_user
Update user.
write - Parameters
- none
kosmo integrations:call raindrop.raindrop_user_authenticated_update_user '{}' --json kosmo integrations:raindrop raindrop_user_authenticated_update_user '{}' --json Function Schemas
Use these parameter tables when building CLI payloads without calling integrations:schema first.
raindrop.raindrop_backups_download_file 0 parameters
kosmo integrations:schema raindrop.raindrop_backups_download_file --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
raindrop.raindrop_backups_generate_new 0 parameters
kosmo integrations:schema raindrop.raindrop_backups_generate_new --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
raindrop.raindrop_backups_get_all 0 parameters
kosmo integrations:schema raindrop.raindrop_backups_get_all --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
raindrop.raindrop_collections_create_collection 0 parameters
kosmo integrations:schema raindrop.raindrop_collections_create_collection --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
raindrop.raindrop_collections_empty_trash 0 parameters
kosmo integrations:schema raindrop.raindrop_collections_empty_trash --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
raindrop.raindrop_collections_expand_collapse_all 0 parameters
kosmo integrations:schema raindrop.raindrop_collections_expand_collapse_all --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
raindrop.raindrop_collections_get_child_collections 0 parameters
kosmo integrations:schema raindrop.raindrop_collections_get_child_collections --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
raindrop.raindrop_collections_get_collection 0 parameters
kosmo integrations:schema raindrop.raindrop_collections_get_collection --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
raindrop.raindrop_collections_get_root_collections 0 parameters
kosmo integrations:schema raindrop.raindrop_collections_get_root_collections --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
raindrop.raindrop_collections_get_system_collections_count 0 parameters
kosmo integrations:schema raindrop.raindrop_collections_get_system_collections_count --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
raindrop.raindrop_collections_merge_collections 0 parameters
kosmo integrations:schema raindrop.raindrop_collections_merge_collections --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
raindrop.raindrop_collections_remove_all_empty_collections 0 parameters
kosmo integrations:schema raindrop.raindrop_collections_remove_all_empty_collections --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
raindrop.raindrop_collections_remove_collection 0 parameters
kosmo integrations:schema raindrop.raindrop_collections_remove_collection --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
raindrop.raindrop_collections_remove_multiple_collections 0 parameters
kosmo integrations:schema raindrop.raindrop_collections_remove_multiple_collections --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
raindrop.raindrop_collections_reorder_all 0 parameters
kosmo integrations:schema raindrop.raindrop_collections_reorder_all --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
raindrop.raindrop_collections_update_collection 0 parameters
kosmo integrations:schema raindrop.raindrop_collections_update_collection --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
raindrop.raindrop_collections_upload_cover 0 parameters
kosmo integrations:schema raindrop.raindrop_collections_upload_cover --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
raindrop.raindrop_export_export_in_format 0 parameters
kosmo integrations:schema raindrop.raindrop_export_export_in_format --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
raindrop.raindrop_filters_get_filters 0 parameters
kosmo integrations:schema raindrop.raindrop_filters_get_filters --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
raindrop.raindrop_highlights_add 0 parameters
kosmo integrations:schema raindrop.raindrop_highlights_add --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
raindrop.raindrop_highlights_get_all_highlights 0 parameters
kosmo integrations:schema raindrop.raindrop_highlights_get_all_highlights --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
raindrop.raindrop_highlights_get_all_highlights_in_a_collection 0 parameters
kosmo integrations:schema raindrop.raindrop_highlights_get_all_highlights_in_a_collection --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
raindrop.raindrop_highlights_get_raindrop_highlights 0 parameters
kosmo integrations:schema raindrop.raindrop_highlights_get_raindrop_highlights --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
raindrop.raindrop_highlights_remove 0 parameters
kosmo integrations:schema raindrop.raindrop_highlights_remove --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
raindrop.raindrop_highlights_update 0 parameters
kosmo integrations:schema raindrop.raindrop_highlights_update --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
raindrop.raindrop_import_check_url_s_existence 0 parameters
kosmo integrations:schema raindrop.raindrop_import_check_url_s_existence --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
raindrop.raindrop_import_parse_html_import_file 0 parameters
kosmo integrations:schema raindrop.raindrop_import_parse_html_import_file --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
raindrop.raindrop_import_parse_url 0 parameters
kosmo integrations:schema raindrop.raindrop_import_parse_url --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
raindrop.raindrop_raindrops_multiple_create_many_raindrops 0 parameters
kosmo integrations:schema raindrop.raindrop_raindrops_multiple_create_many_raindrops --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
raindrop.raindrop_raindrops_multiple_get_raindrops 0 parameters
kosmo integrations:schema raindrop.raindrop_raindrops_multiple_get_raindrops --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
raindrop.raindrop_raindrops_multiple_remove_many_raindrops 0 parameters
kosmo integrations:schema raindrop.raindrop_raindrops_multiple_remove_many_raindrops --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
raindrop.raindrop_raindrops_multiple_update_many_raindrops 0 parameters
kosmo integrations:schema raindrop.raindrop_raindrops_multiple_update_many_raindrops --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
raindrop.raindrop_raindrops_single_create_raindrop 0 parameters
kosmo integrations:schema raindrop.raindrop_raindrops_single_create_raindrop --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
raindrop.raindrop_raindrops_single_get_permanent_copy 0 parameters
kosmo integrations:schema raindrop.raindrop_raindrops_single_get_permanent_copy --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
raindrop.raindrop_raindrops_single_get_raindrop 0 parameters
kosmo integrations:schema raindrop.raindrop_raindrops_single_get_raindrop --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
raindrop.raindrop_raindrops_single_remove_raindrop 0 parameters
kosmo integrations:schema raindrop.raindrop_raindrops_single_remove_raindrop --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
raindrop.raindrop_raindrops_single_suggest_collection_and_tags_for_existing_bookmark 0 parameters
kosmo integrations:schema raindrop.raindrop_raindrops_single_suggest_collection_and_tags_for_existing_bookmark --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
raindrop.raindrop_raindrops_single_suggest_collection_and_tags_for_new_bookmark 0 parameters
kosmo integrations:schema raindrop.raindrop_raindrops_single_suggest_collection_and_tags_for_new_bookmark --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
raindrop.raindrop_raindrops_single_update_raindrop 0 parameters
kosmo integrations:schema raindrop.raindrop_raindrops_single_update_raindrop --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
raindrop.raindrop_raindrops_single_upload_cover 0 parameters
kosmo integrations:schema raindrop.raindrop_raindrops_single_upload_cover --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
raindrop.raindrop_raindrops_single_upload_file 0 parameters
kosmo integrations:schema raindrop.raindrop_raindrops_single_upload_file --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
raindrop.raindrop_tags_get_tags 0 parameters
kosmo integrations:schema raindrop.raindrop_tags_get_tags --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
raindrop.raindrop_tags_merge 0 parameters
kosmo integrations:schema raindrop.raindrop_tags_merge --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
raindrop.raindrop_tags_remove 0 parameters
kosmo integrations:schema raindrop.raindrop_tags_remove --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
raindrop.raindrop_tags_rename 0 parameters
kosmo integrations:schema raindrop.raindrop_tags_rename --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
raindrop.raindrop_user_authenticated_connect_social_network_account 0 parameters
kosmo integrations:schema raindrop.raindrop_user_authenticated_connect_social_network_account --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
raindrop.raindrop_user_authenticated_disconnect_social_network_account 0 parameters
kosmo integrations:schema raindrop.raindrop_user_authenticated_disconnect_social_network_account --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
raindrop.raindrop_user_authenticated_get_user 0 parameters
kosmo integrations:schema raindrop.raindrop_user_authenticated_get_user --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
raindrop.raindrop_user_authenticated_get_user_by_name 0 parameters
kosmo integrations:schema raindrop.raindrop_user_authenticated_get_user_by_name --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
raindrop.raindrop_user_authenticated_update_user 0 parameters
kosmo integrations:schema raindrop.raindrop_user_authenticated_update_user --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
Permissions
Headless calls still follow the integration read/write permission policy. Configure read/write defaults with
integrations:configure. Add --force only for trusted automation that should bypass that policy.