{"success":true,"data":{"tools":[{"name":"describe_platform","description":"Explain what VintageBiz.shop is, which sections exist, and what the agent is currently connected to. Call this first when you are unsure which other tool to use, or when a user asks what this site offers.","inputSchema":{"type":"object","properties":[],"required":[],"additionalProperties":false},"readOnly":true,"requiresAuthentication":false},{"name":"search_content","description":"Search everything public on VintageBiz.shop at once: how-to guides, articles, events, shop listings, blog posts, storefronts and products. Use this for open-ended questions such as \"how do I price antiques\" or \"what should I bring to a flea market\". Returns canonical URLs you can cite or share.","inputSchema":{"type":"object","properties":{"query":{"type":"string","description":"What to search for, in natural language or keywords.","minLength":2,"maxLength":200},"types":{"type":"array","description":"Restrict to these result types. Omit to search all.","items":{"type":"string","enum":["guide","article","event","listing","blog","shop","product"]}},"section":{"type":"string","description":"Restrict to one section. Defaults to the section this host serves, if any.","enum":["events","shops","vendors","collectors","howto","community","blog"]},"limit":{"type":"integer","description":"Maximum results to return (1-25).","minimum":1,"maximum":25}},"required":["query"],"additionalProperties":false},"readOnly":true,"requiresAuthentication":false},{"name":"search_guides","description":"Search the educational library only: how-to guides and articles about starting, running and growing a vintage or antique business, plus buying, identifying, pricing, restoring and selling. Use this instead of search_content when the user wants to learn something rather than find a shop or an event.","inputSchema":{"type":"object","properties":{"query":{"type":"string","description":"The topic to find guidance on.","minLength":2,"maxLength":200},"section":{"type":"string","description":"Restrict to one educational section.","enum":["events","shops","vendors","collectors","howto","community"]},"limit":{"type":"integer","minimum":1,"maximum":25}},"required":["query"],"additionalProperties":false},"readOnly":true,"requiresAuthentication":false},{"name":"get_guide","description":"Retrieve the full text of one guide or article, including its FAQ answers and related links. Call this after search_guides when you need the detail to answer a question accurately. Identify the page by its slug plus section, or by pasting its canonical URL.","inputSchema":{"type":"object","properties":{"slug":{"type":"string","description":"The page slug, e.g. \"pricing-vintage-items-to-sell\".","maxLength":200},"section":{"type":"string","description":"Which section the page belongs to. Required when using slug.","enum":["events","shops","vendors","collectors","howto","community"]},"url":{"type":"string","description":"Alternatively, the full canonical URL of the page.","maxLength":500}},"required":[],"additionalProperties":false},"readOnly":true,"requiresAuthentication":false},{"name":"search_faqs","description":"Search short question-and-answer pairs across the whole platform. Best tool when the user asks a specific factual question about the vintage trade (\"do I need a resale permit?\", \"what markup should I use?\"). Each result includes the answer text and the URL it came from, so you can answer and cite in one step.","inputSchema":{"type":"object","properties":{"query":{"type":"string","description":"The question or keywords to match.","minLength":2,"maxLength":200},"section":{"type":"string","enum":["events","shops","vendors","collectors","howto","community"]},"limit":{"type":"integer","minimum":1,"maximum":25}},"required":["query"],"additionalProperties":false},"readOnly":true,"requiresAuthentication":false},{"name":"browse_section","description":"List the published pages in one section of VintageBiz.shop, optionally filtered by page type. Use this when a user asks what is available on a topic area, or when a search returned nothing and you want to see the real contents before trying different wording.","inputSchema":{"type":"object","properties":{"section":{"type":"string","description":"Which section to browse. Defaults to the section this host serves.","enum":["events","shops","vendors","collectors","howto","community"]},"type":{"type":"string","description":"Restrict to one page type.","enum":["guide","article","event","listing"]},"limit":{"type":"integer","minimum":1,"maximum":50}},"required":[],"additionalProperties":false},"readOnly":true,"requiresAuthentication":false},{"name":"search_events","description":"Find upcoming vintage and antique events listed on VintageBiz.shop: antique shows, flea markets, estate sales, auctions, swap meets, vintage markets, pop-ups and collector conventions. Supports date windows (today, this weekend, next weekend, this month) or an explicit date range, plus location search by city, state or radius. Returns real dates, venues and admission prices as published by the organiser: report them as given and never invent a date, venue or price that is not in the result.","inputSchema":{"type":"object","properties":{"query":{"type":"string","description":"Optional keyword to match against event title, venue or city.","maxLength":200},"window":{"type":"string","description":"A named date window. Omit for everything upcoming.","enum":["today","this_weekend","next_weekend","this_month"]},"starts_after":{"type":"string","description":"ISO date. Only events starting on or after this day.","maxLength":40},"starts_before":{"type":"string","description":"ISO date. Only events starting on or before this day.","maxLength":40},"location":{"type":"string","description":"A city and optional state, such as \"Houston, TX\". Combine with radius_miles.","maxLength":120},"state":{"type":"string","description":"Two-letter US state code, such as TX.","maxLength":2},"radius_miles":{"type":"number","description":"Search radius around location, in miles. Defaults to 25, capped at 250.","minimum":1,"maximum":250},"category":{"type":"string","description":"Restrict to one kind of event.","enum":["antique_show","flea_market","estate_sale","auction","swap_meet","vintage_market","pop_up","convention"]},"timezone":{"type":"string","description":"IANA timezone used to resolve date windows. \"This weekend\" is a local question, so pass the timezone of the person asking when you know it.","maxLength":64},"limit":{"type":"integer","minimum":1,"maximum":25}},"required":[],"additionalProperties":false},"readOnly":true,"requiresAuthentication":false},{"name":"get_event","description":"Retrieve the full published details of one vintage event by its slug: dates, venue, address, admission, organiser and, for recurring events, the next scheduled dates. Report the dates and prices exactly as returned.","inputSchema":{"type":"object","properties":{"slug":{"type":"string","description":"The event slug, taken from a search_events result URL.","maxLength":200}},"required":["slug"],"additionalProperties":false},"readOnly":true,"requiresAuthentication":false},{"name":"search_shops","description":"Find vintage and antique businesses listed on VintageBiz.shop: antique shops, vintage clothing sellers, collectibles dealers, estate sale companies, flea market vendors, antique mall booths and market organisers. Supports location search by city, state or radius, and filtering by trade or speciality. Returns each shop with its location, opening trade, specialities and canonical URL. Only shops the owner has published and listed in the directory are returned.","inputSchema":{"type":"object","properties":{"query":{"type":"string","description":"Optional keyword to match against shop name, tagline, description or city.","maxLength":200},"location":{"type":"string","description":"A city and optional state, such as \"Houston, TX\" or \"Charleston\". Combine with radius_miles to search outwards from that point. Unrecognised places are reported back rather than silently ignored.","maxLength":120},"state":{"type":"string","description":"Two-letter US state code, such as TX.","maxLength":2},"radius_miles":{"type":"number","description":"Search radius around location, in miles. Defaults to 25 and is capped at 250.","minimum":1,"maximum":250},"business_type":{"type":"string","description":"Restrict to one trade.","enum":["antique_shop","vintage_shop","clothing_seller","collectibles_shop","estate_sale_company","flea_market_vendor","consignment_store","mall_booth","market_organizer"]},"specialty":{"type":"string","description":"Restrict to shops that list this speciality, such as \"Pyrex\" or \"militaria\".","maxLength":100},"limit":{"type":"integer","minimum":1,"maximum":25}},"required":[],"additionalProperties":false},"readOnly":true,"requiresAuthentication":false},{"name":"get_shop","description":"Retrieve one public storefront by its slug, including its description, contact details where the shop has published them, and a sample of items currently for sale with prices. Use after search_shops.","inputSchema":{"type":"object","properties":{"slug":{"type":"string","description":"The shop slug, which is its subdomain, e.g. \"timeless-treasures\".","maxLength":200}},"required":["slug"],"additionalProperties":false},"readOnly":true,"requiresAuthentication":false},{"name":"search_objects","description":"Search vintage and antique objects for sale across every shop listed on VintageBiz.shop. Filter by decade, maker, condition, price range or location. Each result carries the price, the shop selling it, and a URL. Purchases are completed on the seller shop, not on the main site. Only active items from published, directory-listed shops are returned.","inputSchema":{"type":"object","properties":{"query":{"type":"string","description":"Keyword to match against the object name, maker, summary or provenance.","maxLength":200},"era":{"type":"string","description":"The decade the object dates from.","enum":["antique","1800s","1900s","1910s","1920s","1930s","1940s","1950s","1960s","1970s","1980s","1990s"]},"maker":{"type":"string","description":"Exact maker or brand, such as \"Pyrex\".","maxLength":120},"condition":{"type":"string","description":"Trade condition grade.","enum":["mint","excellent","very_good","good","fair","restored","for_parts"]},"price_min":{"type":"number","description":"Minimum price in USD.","minimum":0},"price_max":{"type":"number","description":"Maximum price in USD.","minimum":0},"location":{"type":"string","description":"A city and optional state. Objects are located wherever their dealer is.","maxLength":120},"radius_miles":{"type":"number","description":"Search radius around location, in miles. Defaults to 25, capped at 250.","minimum":1,"maximum":250},"sort":{"type":"string","description":"Result ordering.","enum":["recent","price_asc","price_desc"]},"limit":{"type":"integer","minimum":1,"maximum":25}},"required":[],"additionalProperties":false},"readOnly":true,"requiresAuthentication":false}]},"meta":{"source":"vintagebiz.shop","scope":"central","canonical_url":"https:\/\/vintagebiz.shop","authenticated":false}}