Freshservice

Freshservice is a cloud-based IT service management (ITSM) solution with incident management, asset management, and IT service automation capabilities

12 actions Integration catalog
Request access
Connect Freshservice once you're in Boring.
01 · WHAT THE AGENT CAN DO

Actions

Every capability is a discrete, logged action the agent calls by name — scoped to what you authorize and recorded in the run trace.

Bulk Update TicketsFRESHSERVICE_BULK_UPDATE_TICKETS
Tool to bulk update multiple Freshservice tickets by sequential update calls. Use when you need to update fields across many tickets in absence of a native bulk API.
Create Service RequestFRESHSERVICE_CREATE_SERVICE_REQUEST
Create a service request for a catalog item in Freshservice using the v2 API. The catalog item display_id can be found in Admin > Service Catalog by clicking on an item and checking the URL (e.g., /service_catalog/items/1 means display_id=1).
Create TicketFRESHSERVICE_CREATE_TICKET
Tool to create a new ticket. Use when you need to log an incident or service request.
Delete ReleaseFRESHSERVICE_DELETE_RELEASE
Tool to delete a release from Freshservice. Use when you need to permanently remove a release from the system. This action is irreversible — the release cannot be recovered once deleted.
Delete Solution ArticleFRESHSERVICE_DELETE_SOLUTION_ARTICLE
Tool to delete a solution article from the knowledge base by its ID. This action is irreversible — the article cannot be recovered once deleted. Use this action when you need to permanently remove a solution article from Freshservice.
Delete Solution CategoryFRESHSERVICE_DELETE_SOLUTION_CATEGORY
Tool to delete a solution category in Freshservice. Use this action when you need to remove a solution category that is no longer needed. This action is irreversible — the category cannot be recovered once deleted.
Get Problem Form Fields by WorkspaceFRESHSERVICE_GET_PROBLEM_FORM_FIELDS_BY_WORKSPACE
Tool to list problem form fields. Use when you need to retrieve the form fields available for problems in a specific workspace.
List Release Form FieldsFRESHSERVICE_GET_RELEASE_FORM_FIELDS
Tool to list release form fields metadata. Use when you need to fetch release field definitions before building or validating release forms.
Get Freshservice TicketFRESHSERVICE_GET_TICKET
Tool to retrieve detailed information about a specific ticket by ID. Use when you need to get full details of a ticket including its status, priority, requester, and other attributes.
List Freshservice LocationsFRESHSERVICE_LIST_LOCATIONS
Tool to list all locations in Freshservice. Use when you need to retrieve paginated location data.
List Service Catalog ItemsFRESHSERVICE_LIST_SERVICE_CATALOG_ITEMS
Tool to list all service catalog items in Freshservice. Use when you need to discover available catalog items and their display_ids before creating service requests.
List Freshservice TicketsFRESHSERVICE_LIST_TICKETS
Tool to list all tickets in Freshservice with optional filtering and pagination. Use when you need to retrieve ticket IDs or search for tickets. By default only tickets created within the past 30 days are returned; use updated_since for older tickets.