Every capability is a discrete, logged action the agent calls by name — scoped to what you authorize and recorded in the run trace.
Apply Coupon CodeGETPROSPECT_APPLY_COUPON_CODE
Tool to apply a coupon code to the user's account. Use after you need to activate a coupon before using it.
Create CompanyGETPROSPECT_CREATE_COMPANY
Tool to create a new company. Use when you need to add a company record via GetProspect API.
Create ContactGETPROSPECT_CREATE_CONTACT
Tool to create a new contact. Use when you need a fresh contact record before associating it to lists.
Create ExportGETPROSPECT_CREATE_EXPORT
Tool to create a new export job. Use when you need to export contacts or companies based on filters or specific record IDs. Returns HTTP 201 on success.
Create Contact ListGETPROSPECT_CREATE_LIST
Tool to create a new contact list. Use when you need to organize contacts into a named list.
Delete CompanyGETPROSPECT_DELETE_COMPANY
Tool to delete a company record by its ID. Use when you have confirmed this company should be permanently removed.
Delete ContactGETPROSPECT_DELETE_CONTACT
Tool to delete a contact record by its ID. Use when you need to remove a contact; ensure the contact ID exists before calling.
Tool to delete multiple contact lists. Use when you have a set of list IDs and want to remove them in bulk. Use after confirming the lists to delete.
Get account workspace limitsGETPROSPECT_GET_ACCOUNT_WORKSPACE_LIMITS
Tool to retrieve workspace limits for the user's account. Use when you need to check current quotas before bulk operations.
Get All CompaniesGETPROSPECT_GET_ALL_COMPANIES
Tool to retrieve all companies. Use after obtaining a valid API key. Returns a paginated list of companies for the authenticated user.
Get All Contact ListsGETPROSPECT_GET_ALL_LISTS
Tool to retrieve all prospect contact lists. Use when you need to list all existing contact lists for an account. Returns a paginated list of contact lists.
Get Single CompanyGETPROSPECT_GET_SINGLE_COMPANY
Tool to retrieve details of a single company by its ID. Use when you have a valid company ID and need its full details.
Get Single ContactGETPROSPECT_GET_SINGLE_CONTACT
Tool to retrieve details of a single contact. Use when you have the contact ID and need its full record.
Add Contacts to ListGETPROSPECT_POST_ADD_CONTACTS_TO_LIST
Tool to add contacts to a specified list. Use when you need to group existing contacts into a list.
Search CompaniesGETPROSPECT_SEARCH_COMPANIES
Tool to search for companies by name. Use when you have a company name and need to find matching records.
Search ContactsGETPROSPECT_SEARCH_CONTACTS
Tool to search for contacts by filters. Use when you need to find contacts matching specific criteria.
Search Contacts in ListGETPROSPECT_SEARCH_CONTACTS_RELATED_TO_LIST
Tool to search contacts in a specific list. Use when you need to filter contacts associated with a given list.
Search Lists by NameGETPROSPECT_SEARCH_THROUGH_LISTS_BY_NAME
Tool to search contact lists by name. Use when you need to find lists that match a specific name. Returns a paginated list of matching contact lists.
Update CompanyGETPROSPECT_UPDATE_COMPANY
Tool to update details of an existing company. Use when you need to modify company properties after confirming the company exists.
Update ContactGETPROSPECT_UPDATE_CONTACT
Tool to update details of an existing contact. Use when you have the contact ID and need to modify its properties or list assignments.
Update Contact ListGETPROSPECT_UPDATE_LIST
Tool to update a contact list's name. Use when you need to rename an existing list.