live · Personal & Media · JSON · API for agents
List Yonatan Gross's portfolio projects with descriptions and links.
{
"name": "browse_projects",
"kind": "action",
"impl": "imperative",
"description": "List Yonatan Gross's portfolio projects with descriptions and links.",
"inputSchema": {
"type": "object",
"properties": {},
"additionalProperties": false
},
"page": "/"
}Get the booking link for a free 15-minute intro call with Yonatan Gross.
{
"name": "book_intro_call",
"kind": "action",
"impl": "imperative",
"description": "Get the booking link for a free 15-minute intro call with Yonatan Gross.",
"inputSchema": {
"type": "object",
"properties": {},
"additionalProperties": false
},
"page": "/"
}Ask a question about Yonatan Gross's work, projects, services, or experience. Returns a grounded answer.
{
"name": "ask_yonatan",
"kind": "action",
"impl": "imperative",
"description": "Ask a question about Yonatan Gross's work, projects, services, or experience. Returns a grounded answer.",
"inputSchema": {
"type": "object",
"properties": {
"question": {
"type": "string",
"description": "The question to ask."
}
},
"required": [
"question"
],
"additionalProperties": false
},
"page": "/"
}Read a yonyon.ai content page as markdown: home, developers, llms-full, or auth.
{
"name": "read_site_page",
"kind": "read",
"impl": "imperative",
"description": "Read a yonyon.ai content page as markdown: home, developers, llms-full, or auth.",
"inputSchema": {
"type": "object",
"properties": {
"page": {
"type": "string",
"enum": [
"home",
"developers",
"llms-full",
"auth"
],
"description": "Which page to read."
}
},
"required": [
"page"
],
"additionalProperties": false
},
"page": "/"
}