Skip to main content
Glama

lookup_users

Find users in Kylas CRM by name or retrieve all system users for lead management and record operations.

Instructions

Look up users by name, or list all users in the system.

  • Use return_all=True (with query "name:" or empty) to fetch all users in one response (all pages combined).

  • For name search: query in field:value form (e.g. "firstName:last", "name:Last"). If one user is found, use that ID in search_leads; if multiple, ask which one. query: Search string (e.g. "firstName:last", "name:Last"). Use "name:" or leave default to list all when return_all=True. page: 0-based page (default 0). Ignored when return_all=True. size: Page size, max 50 (default 50). Used per page when return_all=True. return_all: If True, fetch all pages and return every user in one response (cap 500).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
queryNoname:
pageNo
sizeNo
return_allNo

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/akshaykylas94/MCP'

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