Skip to main content
Glama

itglue_list_passwords

Retrieve and filter passwords stored in IT Glue with options to sort, paginate, and display values when authorized.

Instructions

List passwords in IT Glue with optional filtering.

NOTE: Password access requires the API key to have "Password Access" enabled. If your key doesn't have this permission, you'll receive a 403 error.

Args:

  • page (number): Page number (default: 1)

  • page_size (number): Items per page (default: 50)

  • organization_id (number): Filter by organization

  • name (string): Filter by name (partial match)

  • password_category_id (number): Filter by category

  • url (string): Filter by URL

  • archived (boolean): Filter by archived status

  • show_password (boolean): Include actual password values (default: false)

  • response_format (string): 'markdown' or 'json'

Returns: List of passwords (without actual values unless show_password is true).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageNoPage number (1-indexed)
page_sizeNoNumber of items per page (max 1000)
response_formatNoOutput format: 'markdown' for human-readable or 'json' for structured datamarkdown
organization_idNoFilter by organization ID
nameNoFilter by name (partial match supported)
password_category_idNoFilter by password category ID
urlNoFilter by URL (partial match)
archivedNoFilter by archived status
sortNoField to sort byname
sort_directionNoSort direction: asc (ascending) or desc (descending)asc
show_passwordNoInclude actual password values in response (requires password access permission)

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/ddonathan/itglue-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server