list_items
List items stored in a specific vault. Returns item summaries including titles, categories, tags, and URLs. Use the filter parameter to search by title or tag. For full item details including field values, use the Get Item tool.
get_file_content
Download the content of a file attachment stored on a 1Password item. The file bytes are returned as a Slate attachment, with structured output limited to metadata.
list_vaults
List all vaults accessible with the current credentials. Returns vault names, IDs, item counts, and metadata. Use this to discover available vaults before listing or managing items within them.
generate_password
Generate a secure password using 1Password's password generator. Creates a temporary PASSWORD item in the specified vault with a generated password field, retrieves the generated value, then deletes the temporary item. Supports configuring length, character sets, and excluded characters.
delete_item
Delete an item from a 1Password vault. This permanently removes the item and cannot be undone. To archive an item instead, use the Update Item tool with a patch operation to set the state.
get_server_health
Check the health and status of the 1Password Connect server, including its version and the status of dependent services. Useful for verifying connectivity and diagnosing issues.
create_item
Create a new item in a 1Password vault. Supports creating logins, passwords, API credentials, secure notes, and other item types with custom fields, sections, URLs, and tags.
search_items
Search for items across one or all accessible vaults using title or tag filters. Returns matching item summaries. Useful for finding items when you don't know which vault they're in.
get_item
Retrieve the full details of a specific item from a vault, including all fields, sections, files, and metadata. Use this to read passwords, API keys, notes, and other secrets stored in 1Password.
update_item
Update an existing item in a 1Password vault. Supports changing the title, tags, favorite status, URLs, and adding/updating/removing individual fields using JSON Patch operations. For simple updates, use the convenience fields. For advanced modifications, provide patch operations directly.
get_server_heartbeat
Ping the 1Password Connect server heartbeat endpoint to verify that the server process is reachable.
list_api_activity
List recent API activity recorded by the 1Password Connect server, including action, result, actor, and affected resource metadata.
get_file_metadata
Retrieve metadata for a specific file attachment on a 1Password item without downloading the file content.
list_files
List file attachments on a 1Password item. Returns file metadata only; use Get File Content to download bytes as a Slate attachment.
get_vault
Retrieve metadata for a specific 1Password vault accessible to the Connect token, including item count, vault type, and content versions.
get_prometheus_metrics
Retrieve Prometheus metrics from the 1Password Connect server. Metrics text is returned as a Slate attachment with structured output limited to metadata.