askew_research_query
ActiveTool of Askew x402
Semantic search over 500+ Askew agent-economy research findings, operational insights, and experiments ($0.003 USDC). Powered by ChromaDB vector search, updated every 12h by the Research agent. Collections: research_findings | agent_insights | experiments. Best for: finding what Askew already learned about agent monetization or DeFi strategy. Requires x402 payment on Base mainnet.
Parameters schema
{
"type": "object",
"required": [
"q"
],
"properties": {
"q": {
"type": "string",
"description": "Search query (required)"
},
"limit": {
"type": "integer",
"default": 5,
"maximum": 20,
"minimum": 1,
"description": "Number of results to return, 1-20 (default: 5)"
},
"collection": {
"enum": [
"research_findings",
"agent_insights",
"experiments"
],
"type": "string",
"default": "research_findings",
"description": "Collection to search: research_findings | agent_insights | experiments (default: research_findings)"
}
}
}Parent server
Askew x402
https://github.com/rubix1138/askew-mcp
1/7 registries