manage_knowledge_article
Manage Knowledge Article
Create, update, or search knowledge base articles in ServiceNow. Use the search action to find articles by keyword, or create/update articles with title, body, and metadata.
manage_knowledge_article
Create, update, or search knowledge base articles in ServiceNow. Use the search action to find articles by keyword, or create/update articles with title, body, and metadata.
manage_attachment
List, upload, download, or delete file attachments on ServiceNow records. Attachments can be associated with any record in any table (incidents, changes, etc.). Downloaded bytes are returned as Slate attachments, not inline output fields.
get_record
Retrieve a single record from any ServiceNow table by its sys_id. Returns the full record or specific fields. Use this to get detailed information about an incident, change request, user, or any other record.
manage_change_request
Create or update a change request in ServiceNow. Handles scheduling, risk assessment, approval, implementation details, and state transitions. If a change request ID is provided, it is updated; otherwise a new one is created.
query_records
Query and filter records from any ServiceNow table. Supports encoded queries, field selection, pagination, and sorting. Use this to search for incidents, changes, problems, users, or any other table records matching specific criteria.
import_data
Import records into a ServiceNow staging table using the Import Set API. Records are loaded into the staging table and automatically transformed into the target table using configured transform maps. Useful for bulk data synchronization from external systems.
update_record
Update an existing record in any ServiceNow table. Use this to modify incidents, change requests, problems, users, or any other record. Supports partial updates — only fields provided will be changed.
delete_record
Permanently delete a record from any ServiceNow table by its sys_id. This action cannot be undone.
browse_service_catalog
Browse and retrieve service catalog items in ServiceNow. List available catalog items, view item details, or submit a catalog order. Use this to discover available services or programmatically order items.
manage_user
Create or update a user in ServiceNow. Handles user account details including name, email, roles, department, and active status. If a user ID is provided, the user is updated; otherwise a new user is created.
manage_group_membership
Add or remove users from ServiceNow groups. List current group members, add a user to a group, or remove a user from a group.
manage_incident
Create or update an incident in ServiceNow with ITSM-specific fields. Handles priority, state, assignment, escalation, work notes, and resolution details. If an incident ID is provided, the incident is updated; otherwise a new incident is created.
create_record
Create a new record in any ServiceNow table. Use this to create incidents, change requests, problems, users, or any other record type. Provide the table name and the field values for the new record.
manage_problem
Create or update a ServiceNow problem record with ITSM-specific fields. Use this for root-cause investigations, known errors, workarounds, assignment, priority, work notes, and closure details. If a problem ID is provided, the problem is updated; otherwise a new problem is created.
manage_cmdb_ci
List, retrieve, create, or update Configuration Items (CIs) with the ServiceNow CMDB Instance API. Use this for CMDB-specific CI operations where attributes are submitted through the CMDB endpoint instead of generic Table API fields.
Manage IT service management records including incidents, problems, changes, and requests. Create, read, update, and delete records across any ServiceNow table. Query and manage Configuration Items (CIs) and their relationships in the CMDB. Browse and submit service catalog requests. Create and search knowledge base articles. Upload and manage file attachments on records. Import and transform bulk data from external systems using import sets. Manage users, groups, and role assignments. Trigger and interact with automated workflows and orchestration processes. Receive outbound webhook notifications for record changes via business rules.
Common questions about connecting Servicenow to AI agents with Metorial.