S

sonoma.ventures

Opher Kahane is an angel investor and advisor backing exceptional early-stage founders in cybersecurity, data infrastructure, AI infrastructure, and B2B fintech, from pre-seed through Series A.

5read
https://www.sonoma.ventures/

live · Other · JSON · API for agents

Tools 5 tools

search_portfolioread

Searches the Sonoma Ventures portfolio using a text query to find specific companies. Use this when a user wants to look up whether a particular company is in the portfolio, or find investments matching a keyword. For example: 'Is Chainalysis in the portfolio?' or 'Find security companies in the portfolio.'

View tool JSON
{
  "name": "search_portfolio",
  "kind": "read",
  "impl": "imperative",
  "description": "Searches the Sonoma Ventures portfolio using a text query to find specific companies. Use this when a user wants to look up whether a particular company is in the portfolio, or find investments matching a keyword. For example: 'Is Chainalysis in the portfolio?' or 'Find security companies in the portfolio.'",
  "inputSchema": {
    "type": "object",
    "required": [
      "query"
    ],
    "properties": {
      "query": {
        "type": "string"
      }
    }
  },
  "page": "/"
}
view_contactread

Scrolls to the contact section of the Sonoma Ventures homepage, showing how to reach the firm (LinkedIn profile and email). Use this when a user wants to get in touch with Sonoma Ventures, for questions like 'How do I contact Sonoma Ventures?' or 'Where can I find their contact information?'

View tool JSON
{
  "name": "view_contact",
  "kind": "read",
  "impl": "imperative",
  "description": "Scrolls to the contact section of the Sonoma Ventures homepage, showing how to reach the firm (LinkedIn profile and email). Use this when a user wants to get in touch with Sonoma Ventures, for questions like 'How do I contact Sonoma Ventures?' or 'Where can I find their contact information?'",
  "inputSchema": {
    "type": "object",
    "properties": {}
  },
  "page": "/"
}
view_linkedin_profileread

Opens the LinkedIn profile of Opher Kahane, the principal behind Sonoma Ventures, in a new tab. Use this when a user wants to learn more about the founder's background, connect professionally, or verify credentials. Helpful for requests like 'Show me the Sonoma Ventures LinkedIn' or 'Who runs Sonoma Ventures?'

View tool JSON
{
  "name": "view_linkedin_profile",
  "kind": "read",
  "impl": "imperative",
  "description": "Opens the LinkedIn profile of Opher Kahane, the principal behind Sonoma Ventures, in a new tab. Use this when a user wants to learn more about the founder's background, connect professionally, or verify credentials. Helpful for requests like 'Show me the Sonoma Ventures LinkedIn' or 'Who runs Sonoma Ventures?'",
  "inputSchema": {
    "type": "object",
    "properties": {}
  },
  "page": "/"
}
view_portfolioread

Opens the full portfolio page listing all of Sonoma Ventures' investments. Use this when a user wants to browse, explore, or learn about the companies Sonoma Ventures has invested in. Ideal for questions like 'What companies are in the Sonoma Ventures portfolio?' or 'Show me their investments.'

View tool JSON
{
  "name": "view_portfolio",
  "kind": "read",
  "impl": "imperative",
  "description": "Opens the full portfolio page listing all of Sonoma Ventures' investments. Use this when a user wants to browse, explore, or learn about the companies Sonoma Ventures has invested in. Ideal for questions like 'What companies are in the Sonoma Ventures portfolio?' or 'Show me their investments.'",
  "inputSchema": {
    "type": "object",
    "properties": {}
  },
  "page": "/"
}
view_thesisread

Jumps directly to the investment thesis section of the Sonoma Ventures homepage. Use this when a user wants to understand the firm's investment philosophy, focus areas, or what kinds of companies they back. Useful for questions like 'What does Sonoma Ventures invest in?' or 'What is their thesis?'

View tool JSON
{
  "name": "view_thesis",
  "kind": "read",
  "impl": "imperative",
  "description": "Jumps directly to the investment thesis section of the Sonoma Ventures homepage. Use this when a user wants to understand the firm's investment philosophy, focus areas, or what kinds of companies they back. Useful for questions like 'What does Sonoma Ventures invest in?' or 'What is their thesis?'",
  "inputSchema": {
    "type": "object",
    "properties": {}
  },
  "page": "/"
}