Tool Reference

add_prompts_to_set

Add generated prompts to an existing prompt set.

Add up to 20 durable custom prompts to an existing SocialCRM prompt set.

This is a mutating tool. It requires socialcrm.write; OAuth users must have the admin or editor role.

Parameters

Parameter Type Required Description
promptSetId string Yes ID returned by list_prompt_sets
prompts array Yes One to 20 prompt objects
prompts[].name string Yes Short name, up to 255 characters
prompts[].prompt string Yes Complete prompt text, 10–8,000 characters
prompts[].enabled boolean No Whether the prompt is enabled immediately; defaults to true

Exact duplicates are normalized for whitespace and case, then returned in skipped rather than inserted again. Successful responses include created, skipped, createdCount, and skippedCount.