# Agent Prompt + Workflow Recipe

## Agent Goal

Review the contract intake request and return predictable fields that Jodoo can store.

## Required Output Fields

- `contract_title`
- `vendor_name`
- `contract_type`
- `contract_value`
- `requesting_department`
- `risk_level`
- `submission_status`
- `contract_owner`

## Zapier Agents Setup

- Trigger: Agent action
- Action: Visit Site tool
- Endpoint: `/jodoo/zapier/contract-intake-review`
- Expected response: `ok`, `jodoo_data_id`, `record_anchor`

## Prompt Skeleton

Return only structured JSON for this contract intake review. Include risk, owner, status, and the next action. Do not return a loose paragraph.
