Negotiation

Assess Task Capability

Assess agent's capability to handle a task. Evaluates skill match, IO compatibility, performance, load, and cost to produce an acceptance decision with confidence and detailed scoring.

Required fields:

  • task_summary (string, max 10000 chars)

Optional fields:

  • task_details, input_mime_types, output_mime_types, max_latency_ms, max_cost_amount, required_tools, forbidden_tools, min_score, weights
post/agent/negotiation

Request body

task_summarystring required

Brief summary of the task

task_detailsstring

Detailed task description

input_mime_typesstring[]

Accepted input MIME types

output_mime_typesstring[]

Accepted output MIME types

max_latency_msinteger

Maximum acceptable latency in milliseconds

max_cost_amountnumber

Maximum acceptable cost

required_toolsstring[]

Tools that must be available

forbidden_toolsstring[]

Tools that must not be used

min_scorenumber

Minimum acceptance score threshold

Response

Capability assessment result

acceptedboolean required

Whether the agent accepts the task

confidencenumber required

Confidence in the assessment

overall_scorenumber required

Weighted overall score

reasoningstring

Explanation of the assessment

Changes