get_opportunity_details
Retrieve comprehensive details for specific Australian Government ICT procurement opportunities, including contract information and procurement channels from multiple marketplaces.
Instructions
Get detailed information about a specific opportunity
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| opportunity_id | Yes | The sys_id of the opportunity | |
| table | Yes | The source table name (e.g., u_pcs_procurement, u_smp_procurement) |
Input Schema (JSON Schema)
{
"properties": {
"opportunity_id": {
"description": "The sys_id of the opportunity",
"type": "string"
},
"table": {
"description": "The source table name (e.g., u_pcs_procurement, u_smp_procurement)",
"type": "string"
}
},
"required": [
"opportunity_id",
"table"
],
"type": "object"
}