analyze_contract_with_cohere
ActiveTool of io.github.HarleyCoops/workspace-alberta
declared in 1.28.1
Use Cohere Command A+ to review a CanadaBuys tender and explain fit, risks, and next steps.
Parameters schema
{
"type": "object",
"required": [
"reference"
],
"properties": {
"profile": {
"type": "object",
"properties": {
"location": {
"type": "string",
"description": "Where the business is located, e.g. 'Edmonton, Alberta'"
},
"industries": {
"type": "array",
"items": {
"type": "string"
},
"description": "Optional industries such as steel, lumber, aluminum, construction"
},
"description": {
"type": "string",
"description": "What the business does: products, services, capabilities"
},
"capabilities": {
"type": "array",
"items": {
"type": "string"
},
"description": "Optional explicit capability keywords; derived from description when omitted"
},
"company_name": {
"type": "string",
"description": "Company name"
}
},
"description": "Inline business profile used for this call only. Overrides any saved profile. On the shared public endpoint without a subscriber key, this is the way to describe your business."
},
"question": {
"type": "string",
"description": "Optional specific question to ask about the tender"
},
"reference": {
"type": "string",
"description": "Reference or solicitation number for the tender to analyze"
},
"max_tokens": {
"type": "integer",
"default": 1200,
"description": "Maximum model response tokens (default 1200, max 2000)"
},
"business_context": {
"type": "string",
"description": "Optional company capabilities or bid context. If omitted, the saved business profile is used."
}
}
}Parent server
io.github.HarleyCoops/workspace-alberta
https://github.com/HarleyCoops/WorkspaceAlberta
1/7 registries