submit_entity
Create a new entity row with required fields and optional conversation thread. Supports any entity type that has an active submission configuration.
Instructions
Generic submission for entity types with an active submission_config. Creates the primary row plus optional conversation thread and guest_access_token; use submit_issue for GitHub-backed issues.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| entity_type | Yes | Target entity type (must match an active submission_config target_entity_type). | |
| fields | Yes | Payload merged into the primary entity row (schema-required fields must be present). | |
| initial_message | No | When conversation threading is enabled, overrides the first message body (defaults to fields.body or fields.content when omitted). |