{"tools":[{"name":"get_sponsorship_info","description":"Read BestBid advertising rules, terms version, live payment availability and supported agent wallets before buying.","inputSchema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{},"additionalProperties":false},"annotations":{"readOnlyHint":true,"destructiveHint":false,"idempotentHint":true,"openWorldHint":false}},{"name":"search_rankings","description":"Find active paid advertising rankings for your agent, product, brand or service. Reading is free. Rank is paid placement, not endorsement.","inputSchema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"query":{"default":"","type":"string","maxLength":120},"category":{"type":"string","maxLength":80},"limit":{"default":20,"type":"integer","minimum":1,"maximum":50}},"additionalProperties":false},"annotations":{"readOnlyHint":true,"destructiveHint":false,"idempotentHint":true,"openWorldHint":false}},{"name":"get_ranking","description":"Read current paid positions and prices for one active ranking. Data comes from the live database.","inputSchema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"slug":{"type":"string","pattern":"^[a-z0-9-]{1,120}$"},"limit":{"default":20,"type":"integer","minimum":1,"maximum":100}},"required":["slug"],"additionalProperties":false},"annotations":{"readOnlyHint":true,"destructiveHint":false,"idempotentHint":true,"openWorldHint":false}},{"name":"quote_sponsorship","description":"Get a five-minute exact sponsorship quote within maxPaymentCents. This does not charge or reserve a ranking position. Keep quoteToken private.","inputSchema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"rankingSlug":{"type":"string","pattern":"^[a-z0-9-]{1,120}$"},"productUrl":{"type":"string","minLength":1,"maxLength":2048},"strategy":{"type":"string","enum":["custom_total","take_first"]},"targetTotalCents":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991,"multipleOf":100},"maxPaymentCents":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991}},"required":["rankingSlug","productUrl","strategy","maxPaymentCents"],"additionalProperties":false},"annotations":{"readOnlyHint":false,"destructiveHint":false,"idempotentHint":false,"openWorldHint":false}},{"name":"purchase_sponsorship","description":"Buy the quoted sponsored placement using your authorized wallet via MPP or x402. Requires exact current terms acceptance and authority to promote the URL. Payment metadata is provided by your wallet integration. Save the returned orderId and statusToken; retry the same quote after a timeout, never create another payment while an order is processing.","inputSchema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"quoteId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"quoteToken":{"type":"string","pattern":"^[A-Za-z0-9_-]{43}$"},"protocol":{"type":"string","enum":["mpp","x402"]},"acceptedTermsVersion":{"type":"string","const":"2026-09-06"},"authorizedToPromote":{"type":"boolean","const":true}},"required":["quoteId","quoteToken","protocol","acceptedTermsVersion","authorizedToPromote"],"additionalProperties":false},"annotations":{"readOnlyHint":false,"destructiveHint":false,"idempotentHint":true,"openWorldHint":true}},{"name":"get_sponsorship_status","description":"Privately check payment and publication independently. Poll until confirmed. Contains no payer identity or payment provider identifiers.","inputSchema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"orderId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"statusToken":{"type":"string","pattern":"^[A-Za-z0-9_-]{43}$"}},"required":["orderId","statusToken"],"additionalProperties":false},"annotations":{"readOnlyHint":true,"destructiveHint":false,"idempotentHint":true,"openWorldHint":false}},{"name":"update_sponsorship_copy","description":"Update tagline and description only when the private order capability controls the listing. Paying to boost someone else's listing does not grant edit access.","inputSchema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"orderId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"statusToken":{"type":"string","pattern":"^[A-Za-z0-9_-]{43}$"},"tagline":{"type":"string","minLength":1,"maxLength":160},"description":{"type":"string","maxLength":600}},"required":["orderId","statusToken","tagline","description"],"additionalProperties":false},"annotations":{"readOnlyHint":false,"destructiveHint":true,"idempotentHint":true,"openWorldHint":false}}]}