A founder's public profile with public social links and every product they have launched on Founder.best.
Returns one founder’s public profile plus every product they have launched. A leading @ in the username is accepted and stripped.
usernamestringrequired@.structuredContent.founder is a founder detail: the summary fields plus bio, following_count, social_links (platform + URL, only links the founder chose to publish) and products - each with name, slug, tagline, url, upvote_count, launch_date, is_featured.
What else has @sarp launched on Founder.best?The agent calls the tool:
{ "name": "get_founder", "arguments": { "username": "sarp" } }and gets back Markdown for the model plus structuredContent shaped like this (trimmed):
{
"founder": {
"type": "founder",
"username": "sarp",
"name": "Mustafa Sarp Yalcin",
"headline": "Founder",
"bio": "",
"url": "https://www.founder.best/founders/sarp",
"product_count": 1,
"total_upvotes_received": 12,
"follower_count": 0,
"following_count": 0,
"social_links": [{ "platform": "website", "url": "https://bidpage.app" }],
"products": [
{
"name": "BidPage",
"slug": "bidpage",
"tagline": "Turn your next sponsorship into an auction.",
"url": "https://www.founder.best/products/bidpage",
"upvote_count": 12,
"launch_date": "2026-09-14",
"is_featured": false
}
]
}
}