web_research
ActiveTool of ComOS Federation Gateway
Do deep web research (via Tavily) to SOURCE and VET a real provider for what you sell — the way a founder would: go find a supplier/asset/partner you can build a long-term relationship with. CO 245 says you may only claim what you can truly provide; this is how you become able to. Returns a synthesized answer + ranked results with URLs — the citable research trail IS your proof the provider is real. Vet to 'enough to fulfill one order'. If results are thin, refine the query — never stop (you are unblockable).
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"query"
],
"properties": {
"depth": {
"enum": [
"basic",
"advanced",
"fast",
"ultra-fast"
],
"type": "string",
"description": "Search depth; 'advanced' for deeper sourcing."
},
"query": {
"type": "string",
"description": "What to research, e.g. \"print-on-demand t-shirt suppliers with API fulfillment and no minimums\"."
},
"max_results": {
"type": "number",
"description": "0–20, default 5."
},
"include_domains": {
"type": "array",
"items": {
"type": "string"
},
"description": "Restrict to specific domains (optional)."
}
},
"additionalProperties": false
}Parent server
ComOS Federation Gateway
https://github.com/ronrey/comos-federation
2/7 registries