KosmoKrator

productivity

Freshteam MCP, CLI, and Lua Integration for AI Agents

Freshteam integration docs for AI agents: MCP gateway setup, Freshteam CLI commands, Lua API reference, credentials, and function schemas.

Freshteam for agents

Credentials can be configured manually in web or CLI hosts.

Use this integration from Lua code mode, the headless integrations CLI, or the KosmoKrator MCP gateway. The same package metadata powers all three surfaces.

Agent Surfaces

Machine-Readable Metadata

Function Catalog

FunctionTypeParametersDescription
freshteam.freshteam_list_candidates Read read 3 List recruitment candidates from Freshteam. Returns paginated candidate records with optional filtering by status.
freshteam.freshteam_get_candidate Read read 1 Retrieve detailed information about a specific candidate in Freshteam by their ID.
freshteam.freshteam_list_job_postings Read read 4 List job postings from Freshteam. Returns paginated job records with optional filtering by status and department.
freshteam.freshteam_get_job_posting Read read 1 Retrieve detailed information about a specific job posting in Freshteam by its ID.
freshteam.freshteam_list_employees Read read 3 List employees from Freshteam. Returns paginated employee records with optional filtering by department.
freshteam.freshteam_get_employee Read read 1 Retrieve detailed information about a specific employee in Freshteam by their ID.
freshteam.freshteam_get_current_user Read read 0 Retrieve the profile of the currently authenticated Freshteam user. Useful for verifying the connection and identifying which account is active.