{"name":"cloud.bisque/presentations","slug":"bisque-presentations","title":"Bisque Presentations","description":"Create narrated presentations from HTML, poll build status, list them, read one back as text.","url":"https://mcp.market/server/bisque-presentations","rating":null,"grade":"C","score":67,"certified":false,"status":"active","category":"other","tags":[],"presence":{"score":8,"stars":null,"forks":null,"downloads_week":null,"last_push_at":null,"license":null},"uptime":{"percent":83,"checks":6,"ok":5,"last_checked_at":"2026-09-20T19:51:13.753Z","last_ok_at":"2026-09-20T19:51:13.753Z","latency_ms":323},"claimed":false,"transport":"remote","callable_via_gateway":true,"default_price_micros":0,"repository":null,"website":"https://bisque.today/docs/mcp","version":"1.0.1","remotes":[{"type":"streamable-http","url":"https://bisque.cloud/presentations/mcp","headers":[{"description":"Bearer <Bisque API key>. Omit it and the server answers 401 with OAuth 2.1 discovery instead.","isSecret":true,"name":"Authorization"}]}],"packages":[],"tools":[{"name":"create_artifact","description":"Publish an HTML page or a Markdown document as a Bisque Artifact: a persistent, versioned page at a stable URL that people can open, comment on, and that you can update later with update_artifact. Pass the whole document as content. The call waits for the page to be ready and returns its URL. It is private to you unless you pass audience or share_with. A page that should remember what people do on it (a checklist, a poll, a sign-up sheet) declares capabilities ['state.read','state.write'] and, when some paths need different access, state.rules; it then reads and writes JSON documents through window.bisque.state. For a narrated presentation use create_presentation instead.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"title":{"type":"string","minLength":1,"maxLength":200,"description":"A short name, the way a document or app is named."},"content":{"type":"string","description":"The full document. For html: a complete page (styles and scripts inline; it runs in a sandboxed frame with no network). For markdown: the Markdown source."},"type":{"type":"string","enum":["html","markdown"],"description":"Default html."},"description":{"type":"string","maxLength":2000,"description":"One sentence saying what the page is; shown in listings."},"icon":{"type":"string","maxLength":256,"description":"An emoji for the tab and listing, e.g. 📊."},"audience":{"type":"string","enum":["owner","users","public"],"description":"Who can open the link. owner: only you. users: the people in share_with. public: anyone with the link."},"share_with":{"type":"array","maxItems":100,"description":"People to grant access by email (or uid), with a role. [{ \"email\": \"ana@acme.com\", \"role\": \"viewer\" }]. viewer opens it; editor can also publish new content. Implies audience \"users\" when audience is omitted.","items":{"type":"object","additionalProperties":false,"properties":{"email":{"type":"string","description":"The person's account email."},"uid":{"type":"string","description":"Their Bisque uid, if known."},"role":{"type":"string","enum":["viewer","editor"],"description":"Default viewer."}}}},"listed":{"type":"boolean","description":"Show it in listings (the org library, public discovery) rather than link-only. Default false."},"capabilities":{"type":"array","uniqueItems":true,"items":{"type":"string","enum":["state.read","state.write","events.emit","viewer.identity"]},"description":"What the page may do at run time. state.read and state.write give it JSON documents at window.bisque.state (get, patch, list, subscribe); viewer.identity tells it who is viewing (window.bisque.viewer); events.emit lets it record typed Events. Omit for a page that only shows things."},"state":{"type":"object","additionalProperties":false,"properties":{"rules":{"type":"array","items":{"type":"object","additionalProperties":false,"required":["path"],"properties":{"path":{"type":"string","description":"A slash path the rule covers, and everything below it; '' is the root. A trailing {self} names each person's own document under the prefix."},"read":{"type":"string","enum":["anyone","viewer","contributor","owner"]},"write":{"type":"string","enum":["viewer","contributor","owner"]}}}}},"description":"Who may read and write which paths of the page's data, by the minimum role: viewer (can open), contributor (a data grant, separate from editing the page), owner. Absent means: everyone who can open reads, contributors and the owner write. Example poll: [{path:'votes',read:'viewer',write:'owner'},{path:'votes/{self}',write:'viewer'}]."}},"required":["title","content"],"additionalProperties":false}},{"name":"create_artifact_thread","description":"Leave a new comment thread on one of your Artifacts, as the agent. Without an anchor the thread is a general comment on the page. The thread is activated from the start, so you can reply to it and resolve it later. Mention a person with @[Name](mention:uid) using ids from the Artifact's mentionables.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"artifact_id":{"type":"string","pattern":"^art_[a-zA-Z0-9]+$","description":"The Artifact id (art_…)."},"body":{"type":"string","minLength":1,"maxLength":4000,"description":"Markdown subset: bold, italic, code, links, lists."},"anchor":{"type":"object","description":"Optional pin. { kind: \"page\", slideId, slideIndex, timeSec } for a slide or time; { kind: \"element\", selector, xFrac, yFrac, snapshot: { tag, text }, slideId, slideIndex, cueTarget, timeSec } for an element; { kind: \"text\", quote, prefix, suffix, selector, slideId, slideIndex } for a passage."}},"required":["artifact_id","body"],"additionalProperties":false}},{"name":"create_presentation","description":"Generate a narrated presentation from an html-presentation/v1 document. BEFORE authoring, call get_presentation_spec and follow it exactly — slides without its narration markup publish SILENT. Returns a presentationId and the watch URL. Narration runs in the background and the inline player tracks it on its own, so reply to the user as soon as this returns and do not call get_presentation_status unless the user asks whether it is done.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"audio":{"type":"array","description":"Optional. One entry per slide YOU narrated, from the JSON `bisque-voice` prints — word timings, duration, size and digest. Send it and your audio is used (free, unlimited, any OS); leave it out and the server narrates. The response says how many slides speak, and names any that published silent.","items":{"type":"object"}},"indexHtml":{"type":"string","minLength":1,"maxLength":4194304,"description":"Full html-presentation/v1 document (the presentation-format meta gate applies)."},"title":{"type":"string","maxLength":200,"description":"Display title for the watch page and listings. Omit to use the title parsed from the document."},"slug":{"type":"string","description":"URL slug; defaults to a slugified title."},"presentationId":{"type":"string","minLength":1,"maxLength":120,"description":"Stable id for idempotent re-creates; defaults to slug-<hash(userId:slug)>."},"visibility":{"type":"string","enum":["private","unlisted","public"],"default":"unlisted","description":"unlisted (the default) is shareable by link and plays in chat-embedded players; private requires the owner to sign in, so an inline chat player shows a sign-in wall instead of playing — choose private only when the user asked for it."},"handle":{"type":"string","description":"Publish under a specific channel handle you own."},"designMd":{"type":"string","description":"Design frontmatter mapped to theme tokens."},"contextMd":{"type":"string","description":"Shared-with-viewer context.md."},"voiceId":{"type":"string","description":"Narration voice. ElevenLabs: a bare id or cloud:<id>. Self-hosted Kokoro: kokoro:<id> (e.g. kokoro:af_heart); local:<id> is accepted as a synonym. Omit to use the voice saved on the account (bisque.cloud/account), falling back to the server default."},"madeWith":{"type":"array","maxItems":8,"items":{"type":"string","maxLength":80},"description":"Credit the models that made this: the model you are running as, and the narration engine or voice service if you know it — e.g. [\"Claude Opus 5\", \"Kokoro af_heart\"]. Shown to viewers in the watch page's ⋯ menu. Send it on every create; omitting it keeps whatever a previous publish recorded."},"speechSpeed":{"type":"number","description":"Narration speed multiplier passed to the voice. Omit for the server default."},"voiceStability":{"type":"number","description":"Voice stability setting passed to the narration engine. Omit for the server default."},"dryRun":{"type":"boolean","default":false,"description":"Sandbox: run every check a real create runs (format, slug and org conflicts, tier cap, credit preflight) and write nothing. The reply has status \"validated\" and the webUrl a real create would publish at. Use it to test an integration without touching the channel."},"assets":{"type":"array","maxItems":20,"description":"Files the document references relative to itself — fonts, images, Lottie/Rive animations, sound-effect audio, video clips. The SERVER fetches each https url at create time and stores it in the bundle, so reference `assets/...` paths in your HTML and list the sources here instead of inlining base64. 10MB per asset, 30MB total.","items":{"type":"object","required":["path","url"],"additionalProperties":false,"properties":{"path":{"type":"string","description":"Bundle-relative path your HTML references, e.g. assets/fonts/inter-600.woff2. Must start with assets/."},"url":{"type":"string","description":"Public https source to fetch the bytes from (e.g. a fonts.gstatic.com woff2 URL, an image URL)."},"sha256":{"type":"string","pattern":"^sha256:[a-fA-F0-9]{64}$","description":"Optional integrity pin — the create fails if the fetched bytes hash differently."}}}}},"required":["indexHtml"],"additionalProperties":false}},{"name":"delete_artifact","description":"Delete an Artifact you own. Its URL stops working for everyone. Confirm with the user before calling this.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"artifact_id":{"type":"string","pattern":"^art_[a-zA-Z0-9]+$","description":"The Artifact id (art_…)."}},"required":["artifact_id"],"additionalProperties":false}},{"name":"get_artifact","description":"Read one Artifact: title, who can open it, the Version viewers see (published_version_id, null while a publication is still being prepared), and its URL.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"artifact_id":{"type":"string","pattern":"^art_[a-zA-Z0-9]+$","description":"The Artifact id (art_…)."}},"required":["artifact_id"],"additionalProperties":false}},{"name":"get_artifact_thread","description":"Read one comment thread on an Artifact with every message, oldest first. Mentions in a body look like @[Name](mention:uid); a mention of the agent is @[Agent](mention:agent).","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"artifact_id":{"type":"string","pattern":"^art_[a-zA-Z0-9]+$","description":"The Artifact id (art_…)."},"thread_id":{"type":"string","pattern":"^thr_[a-zA-Z0-9]+$","description":"The thread id (thr_…)."}},"required":["artifact_id","thread_id"],"additionalProperties":false}},{"name":"get_presentation_analytics","description":"Watch analytics for one of your presentations: views, likes, completion rate, per-slide retention funnel, traffic sources, distinct signed-in/anonymous viewers, and organization email domains (personal providers filtered). Lets an agent read how its own published briefings performed.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"presentationId":{"type":"string","minLength":1,"maxLength":120,"description":"The presentationId whose view counts and survey responses you want."}},"required":["presentationId"],"additionalProperties":false}},{"name":"get_presentation_context","description":"Load any shared Bisque presentation for reading: its metadata, the full per-slide narration transcript with timestamps, and the context.md file its author shipped for agents (extra background the slides summarize). Target it by watch URL (https://bisque.today/p/{handle}/{slug}) or by handle + slug — it does not have to be yours. Use this to read, summarize, cite, or answer questions about a presentation: ground your answers in the returned transcript and context, and cite slides as [slide N].","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"url":{"type":"string","maxLength":2000,"description":"Watch URL, e.g. https://bisque.today/p/{handle}/{slug}. Provide this OR handle + slug."},"handle":{"type":"string","maxLength":80,"description":"Channel handle (leading @ allowed)."},"slug":{"type":"string","maxLength":80,"description":"URL slug, the last path segment of the watch URL. Use with handle, or pass url instead."}},"additionalProperties":false}},{"name":"get_presentation_spec","description":"Fetch the html-presentation/v1 authoring contract: document structure, the dual landscape/vertical layout rule, and the narration markup that makes slides speak. Call this BEFORE authoring for create_presentation — documents written without it publish with missing audio.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{},"additionalProperties":false}},{"name":"get_presentation_status","description":"Fetch the build state and result URL for a presentationId.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"presentationId":{"type":"string","minLength":1,"maxLength":120,"description":"The presentationId returned by create_presentation or publish_narrated_presentation."}},"required":["presentationId"],"additionalProperties":false}},{"name":"list_artifact_threads","description":"List the comment threads people left on one of your Artifacts, newest activity first. Pass activated_only: true to get only the threads where someone mentioned the agent, which are the ones you may reply to and resolve. Each thread carries its anchor (what it is pinned to), the version it was left on, a preview, and agent_activated.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"artifact_id":{"type":"string","pattern":"^art_[a-zA-Z0-9]+$","description":"The Artifact id (art_…)."},"status":{"type":"string","enum":["open","resolved","all"],"description":"Default open."},"activated_only":{"type":"boolean","description":"Only threads where the agent was mentioned."},"after":{"type":"string","description":"RFC 3339 date-time; only threads with activity after it."},"cursor":{"type":"string","description":"next_cursor from a prior page."}},"required":["artifact_id"],"additionalProperties":false}},{"name":"list_artifacts","description":"List Artifacts you own (scope owned, the default), ones shared with you (shared), or both (all), newest first. Each item carries its id, title, who can open it, and its URL.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"scope":{"type":"string","enum":["owned","shared","all"],"description":"Default owned."},"type":{"type":"string","enum":["html","markdown","presentation"],"description":"Only this type."},"limit":{"type":"integer","minimum":1,"maximum":100,"description":"Page size, default 25."},"cursor":{"type":"string","description":"next_cursor from a prior page."}},"additionalProperties":false}},{"name":"list_presentations","description":"List the authenticated user's presentations, newest first. One call returns at most `limit` of them. A non-null `nextCursor` in the response means more presentations remain: call again with `cursor` set to that value to get the page after this one, and keep going until `nextCursor` is null.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"limit":{"type":"integer","minimum":1,"maximum":100,"default":50,"description":"Maximum number of presentations to return per page."},"visibility":{"type":"string","enum":["private","unlisted","public"],"description":"Return only presentations with this visibility. Omit to return every one of them."},"cursor":{"type":"string","description":"The `nextCursor` from a previous call, to read the page after that one. Omit it to start at the newest presentation."}},"additionalProperties":false}},{"name":"publish_narrated_presentation","description":"DEPRECATED: call create_presentation with an `audio` array instead — it is the same thing in one call, and the slides are viewable while the narration lands. Publish an html-presentation/v1 document using audio YOU synthesized locally (e.g. with `bisque-voice`) — free, unlimited, and works on macOS, Linux and Windows. Send each narrated slide's word timings and MP3 metadata; the server assembles presentation.json (recomputing cues from your narration markers) and returns one upload URL per MP3. Then PUT each file and POST the returned completeUrl with the returned `files` array. RE-PUBLISHING: `audio` is optional — any narrated slide you omit reuses the audio from the last publish whenever its narration text and speechSpeed are unchanged, so an HTML-only edit needs no synthesis at all. The response reports `reused`, `synthesized`, and `staleSlides` (narrated slides whose text changed and have no audio — synthesize exactly those and publish again). Use create_presentation instead to have the server narrate.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"indexHtml":{"type":"string","minLength":1,"maxLength":4194304,"description":"Full html-presentation/v1 document (the presentation-format meta gate applies)."},"audio":{"type":"array","description":"One entry per slide you synthesized, from the JSON `bisque-voice` prints on stdout. `words`, `durationMs`, `size` and `hash` map across verbatim. Optional: omit a slide (or the whole array) and its audio carries forward from the previous publish if the narration text is unchanged — otherwise that slide publishes silent and is listed in `staleSlides`. A FIRST publish with nothing to carry forward is rejected.","items":{"type":"object","required":["words","durationMs","size","hash"],"additionalProperties":false,"properties":{"slideIndex":{"type":"integer","minimum":0,"description":"0-based index of the slide in the document. Use this or slideKey."},"slideKey":{"type":"string","description":"Manifest slide key, e.g. slide-00. Use this or slideIndex."},"words":{"type":"array","description":"Word timings in SECONDS, 1:1 with the narration's whitespace tokens. Rejected if the count differs — cue markers index this array by position, so a mismatch silently misplaces every later cue.","items":{"type":"object","required":["word","start","end"],"additionalProperties":false,"properties":{"word":{"type":"string"},"start":{"type":"number"},"end":{"type":"number"}}}},"durationMs":{"type":"integer","minimum":1,"description":"Audio duration in whole milliseconds."},"size":{"type":"integer","minimum":1,"description":"Encoded MP3 byte count."},"hash":{"type":"string","pattern":"^sha256:[a-fA-F0-9]{64}$","description":"sha256:<64 hex> digest of the MP3 bytes."},"exact":{"type":"boolean","description":"Pass through bisque-voice's `exact`. False means timings were distributed proportionally; reported back as a warning."},"contentType":{"type":"string","const":"audio/mpeg","description":"Rejected unless audio/mpeg — a WAV would publish mislabelled."},"voice":{"type":"string"},"speed":{"type":"number"},"chunks":{"type":"integer"}}}},"assets":{"type":"array","description":"Files the document references relative to itself — fonts, images, SVG, Lottie, Rive, bundled audio cues. html-presentation/v1 requires these to be self-hosted, so a presentation that renders locally is broken once published unless they travel with it. Each gets an upload URL back alongside the MP3s; PUT them the same way. Paths must be under `assets/` — the server owns index.html, presentation.json and context.md, and the manifest owns audio/. Omit for a presentation that references nothing.","items":{"type":"object","required":["path","size","hash"],"additionalProperties":false,"properties":{"path":{"type":"string","description":"Bundle-relative path, e.g. assets/fonts/inter.woff2. Must start with `assets/`; no absolute paths and no `..` segments."},"size":{"type":"integer","minimum":0,"description":"Byte length of the file you are about to upload."},"hash":{"type":"string","description":"sha256:<64 hex chars> of those bytes, prefix included."},"contentType":{"type":"string","description":"Ignored. The server derives the content type from the file extension so one map decides how every asset is served."}}}},"title":{"type":"string","maxLength":200,"description":"Display title for the watch page and listings. Omit to use the title parsed from the document."},"slug":{"type":"string","description":"URL slug; defaults to a slugified title."},"presentationId":{"type":"string","minLength":1,"maxLength":120,"description":"Stable id for idempotent re-publishes; defaults to slug-<hash(userId:slug)>."},"visibility":{"type":"string","enum":["private","unlisted","public"],"default":"unlisted","description":"unlisted (the default) is shareable by link and plays in chat-embedded players; private requires the owner to sign in, so an inline chat player shows a sign-in wall instead of playing — choose private only when the user asked for it."},"handle":{"type":"string","description":"Publish under a specific channel handle you own."},"designMd":{"type":"string","description":"Design frontmatter mapped to theme tokens."},"contextMd":{"type":"string","description":"Shared-with-viewer context.md."},"voiceId":{"type":"string","description":"Records what actually spoke, e.g. kokoro:af_heart for a locally synthesized Kokoro voice. No audio is generated server-side."},"madeWith":{"type":"array","maxItems":8,"items":{"type":"string","maxLength":80},"description":"Credit the models that made this: the model you are running as, and the engine that synthesized the audio you are uploading — e.g. [\"Claude Opus 5\", \"Kokoro af_heart\"]. Shown to viewers in the watch page's ⋯ menu. Send it on every publish; omitting it keeps whatever a previous publish recorded."},"speechSpeed":{"type":"number","description":"Must match the speed you synthesized at — it is part of the audio cache key, so changing it on a re-publish makes every slide stale instead of carrying forward."},"voiceStability":{"type":"number","description":"Records the stability setting you synthesized at. No audio is generated server-side."}},"required":["indexHtml"],"additionalProperties":false}},{"name":"reply_to_artifact_thread","description":"Post a reply in a comment thread as the agent. Allowed only on activated threads (agent_activated true): someone mentioned the agent, or the agent started the thread. People see it as \"Agent · via <your name>\".","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"artifact_id":{"type":"string","pattern":"^art_[a-zA-Z0-9]+$","description":"The Artifact id (art_…)."},"thread_id":{"type":"string","pattern":"^thr_[a-zA-Z0-9]+$","description":"The thread id (thr_…)."},"body":{"type":"string","minLength":1,"maxLength":4000}},"required":["artifact_id","thread_id","body"],"additionalProperties":false}},{"name":"resolve_artifact_thread","description":"Mark a comment thread resolved (resolved: true) or reopen it (resolved: false), as the agent. Allowed only on activated threads. Resolve after you have addressed the comment, usually after republishing the Artifact; reply first so the person can see what changed.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"artifact_id":{"type":"string","pattern":"^art_[a-zA-Z0-9]+$","description":"The Artifact id (art_…)."},"thread_id":{"type":"string","pattern":"^thr_[a-zA-Z0-9]+$","description":"The thread id (thr_…)."},"resolved":{"type":"boolean"}},"required":["artifact_id","thread_id","resolved"],"additionalProperties":false}},{"name":"share_artifact","description":"Set who can open an Artifact you own. audience picks the rule; share_with is the complete list of named people (it replaces the previous list; omit it to keep the current one). Going public deletes every comment thread, so a public change on an Artifact with threads is refused unless delete_threads is true. Returns the URL to send.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"artifact_id":{"type":"string","pattern":"^art_[a-zA-Z0-9]+$","description":"The Artifact id (art_…)."},"audience":{"type":"string","enum":["owner","users","public"],"description":"Who can open the link. owner: only you. users: the people in share_with. public: anyone with the link."},"share_with":{"type":"array","maxItems":100,"description":"People to grant access by email (or uid), with a role. [{ \"email\": \"ana@acme.com\", \"role\": \"viewer\" }]. viewer opens it; editor can also publish new content. Implies audience \"users\" when audience is omitted.","items":{"type":"object","additionalProperties":false,"properties":{"email":{"type":"string","description":"The person's account email."},"uid":{"type":"string","description":"Their Bisque uid, if known."},"role":{"type":"string","enum":["viewer","editor"],"description":"Default viewer."}}}},"listed":{"type":"boolean","description":"Show it in listings (the org library, public discovery) rather than link-only. Default false."},"delete_threads":{"type":"boolean","description":"Allow going public on an Artifact that has comment threads, deleting them."}},"required":["artifact_id","audience"],"additionalProperties":false}},{"name":"update_artifact","description":"Change an Artifact you own or edit. Pass content to publish a new Version of the page at the same URL (the whole document, not a diff; earlier Versions stay in the history). Pass title, description, or icon to change those. Any combination in one call. With content the call waits for the new Version to be live before returning. The new Version keeps the base Version's capabilities and state rules unless you pass capabilities or state.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"artifact_id":{"type":"string","pattern":"^art_[a-zA-Z0-9]+$","description":"The Artifact id (art_…)."},"content":{"type":"string","description":"The complete new document, same type as before."},"title":{"type":"string","minLength":1,"maxLength":200},"description":{"type":["string","null"],"maxLength":2000,"description":"null clears it."},"icon":{"type":["string","null"],"maxLength":256,"description":"null clears it."},"capabilities":{"type":"array","uniqueItems":true,"items":{"type":"string","enum":["state.read","state.write","events.emit","viewer.identity"]},"description":"What the page may do at run time. state.read and state.write give it JSON documents at window.bisque.state (get, patch, list, subscribe); viewer.identity tells it who is viewing (window.bisque.viewer); events.emit lets it record typed Events. Omit for a page that only shows things."},"state":{"type":"object","additionalProperties":false,"properties":{"rules":{"type":"array","items":{"type":"object","additionalProperties":false,"required":["path"],"properties":{"path":{"type":"string","description":"A slash path the rule covers, and everything below it; '' is the root. A trailing {self} names each person's own document under the prefix."},"read":{"type":"string","enum":["anyone","viewer","contributor","owner"]},"write":{"type":"string","enum":["viewer","contributor","owner"]}}}}},"description":"Who may read and write which paths of the page's data, by the minimum role: viewer (can open), contributor (a data grant, separate from editing the page), owner. Absent means: everyone who can open reads, contributors and the owner write. Example poll: [{path:'votes',read:'viewer',write:'owner'},{path:'votes/{self}',write:'viewer'}]."}},"required":["artifact_id"],"additionalProperties":false}},{"name":"update_channel","description":"Update one of your channels. Set the description — the line a stranger reads in a search result or a link unfurl, at most 160 characters, empty to clear it and go back to naming the newest presentations. Set the avatar from an image URL, which is fetched, center-cropped square and resized. Pass either or both. Omit handle to use your default channel.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"description":{"type":"string","description":"What the channel publishes, in the owner's words. Empty clears it.","maxLength":160},"image_url":{"type":"string","description":"https URL of the avatar image (any common format, ≤10 MB).","minLength":1,"maxLength":2000},"handle":{"type":"string","description":"Which of your channel handles to update; defaults to your default username.","minLength":3,"maxLength":30}},"additionalProperties":false}}],"scan":{"score":67,"grade":"C","scanned_at":"2026-09-20T20:13:17.999Z","report":{"scannerVersion":"0.1.9","scannedAt":"2026-09-20T20:13:17.956Z","components":{"code":{"score":-1,"max":25,"notes":["remote-only server, no package to scan"]},"reliability":{"score":20,"max":20,"notes":["remote reachable in 1011ms"]},"poisoning":{"score":15,"max":15,"notes":["19 tool descriptions checked"]},"auth":{"score":8,"max":15,"notes":["API key sent as a header"]},"maintenance":{"score":3,"max":15,"notes":["no repository listed"]},"identity":{"score":4,"max":10,"notes":["verified namespace with website, no repo"]}},"findings":[{"id":"maint.no-repo","severity":"low","component":"maintenance","title":"No source repository listed"}],"inputs":{"probes":[{"url":"https://bisque.cloud/presentations/mcp","reachable":true,"authRequired":false,"latencyMs":1011,"serverInfo":{"name":"bisque-presentations","version":"1.0.0"}}],"packages":[],"repo":{"found":false},"icon":{"url":"https://bisque.cloud/favicon-512x512.png","source":"registry","width":512,"height":512},"presence":{"stars":null,"forks":null,"downloadsWeek":null,"license":null,"lastPushAt":null,"score":8}}}},"grade_history":[],"reviews":[]}