Skip to main content
Glama
605,640 tools. Updated 2026-09-24 02:22

"Plugin or MCP for multiple responses to save conversation turns" matching MCP tools:

  • Audit the current Axint runtime and project wiring: running MCP version, expected version, Node/npm/npx paths, project .mcp.json, AGENTS.md, CLAUDE.md, .axint/project.json, and Xcode Claude Agent registration. Use this when an agent might be connected to a stale Axint process or when a new project needs first-try MCP setup proof. Use: call when MCP wiring, package paths, Xcode setup, or project memory may be stale; use run for build proof. Inputs: cwd selects the project; expectedVersion turns a runtime mismatch into a blocker. Effects: read-only inspection; writes no files; no auth or network required.
    ConnectorNo auth
  • PROJECT-SCOPED: this call acts only on the explicit project_id and returns the project identity with its result. DOWNLOAD one saved search_stock or research_broll result and save it as a project asset. `id` must exactly match a result returned for THIS PROJECT; handles survive later turns and MCP worker processes. The clip is SILENT and is NOT in the video yet — place it with add_overlay(fit='cover') for a cutaway that keeps the speech running, or insert_media to splice it in. Representative frames from the ACTUAL downloaded rendition are automatically attached; inspect them before placement. Always tell the user which shot you used.
    ConnectorOAuth
  • Save a Markdown knowledge file. THE tool to capture a sitting debrief, end-of-hour notes, or save-this-conversation into company Knowledge (searchable later — never claim saved until this returns a slug). Speak the slug; that is the proof it is saved. Desktop memory and remember are not a save. Use also for guidelines, SOPs, strategies, meeting notes, contact lists, trackers, or any reference material other operators must find later. The result includes slug + open. Do not use for a Play or Playbook — those are create_playbook / list_playbooks / run_playbook (growth_tactics, Plays rail). SOP/reference copies may still live here. Pass scope="personal" to save private notes visible only to the current user (e.g., notes tied to their commitments). Sitting debriefs are company scope. Routing: Sitting/conversation/end-of-hour capture → this (company scope); speak the slug. list_knowledge first; merge if similar. Do not invent save_this_conversation. Play → create_playbook. Deadlines → add_commitment. remember is one-line learning. [write-tier — first use may require a manager's approval; a from-now-on approval makes future calls seamless, a just-once approval re-asks next time. Call it on the first clear ask; the card is the yes — do not re-ask in chat.]
    Connector
    Destructive
    No auth
  • Returns the full record for a single conversation: rendered transcript, summary, trust assessment with per-dimension scores and recommendations, structured-output fields, voice-message snippet URLs, duration, and timestamps. Behavior: - Read-only. - Errors when the conversation does not exist, belongs to a different workspace, or the id is malformed. - Transcript joins participant and agent turns with role labels. - voice_snippets are present only for voice-mode messages. When to use this tool: - Deep-dive on one conversation: full transcript, why trust was low, what was said. - Pulling exact quotes or audio links for a single response. When NOT to use this tool: - Browsing many conversations — use perspective_list_conversations. - Bulk analysis or thematic patterns across many conversations — use perspective_get_conversations (batch, token-efficient). - Aggregate stats only — use perspective_get_stats.
    ConnectorOAuth
  • Check whether the user has approved the device authorization. Call every 5 seconds (or the interval returned by a slow_down response) until status is 'complete'. Save the returned api_token to your MCP server config.
    ConnectorNo auth
  • Step 1 of 2 for in-conversation authentication. Sends a one-time password (OTP) to the user's email address. If the user has multiple accounts, provide accountID (obtained from account_list) to target the right one. On success, an OTP code is sent by email — then call auth_login_with_otp with that code.
    ConnectorNo auth

Matching MCP Servers

Matching MCP Connectors

  • USPS state code OR.

  • Still losing time to small decisions? Spin or Flip brings randomization into Claude so you can offload mental load to chance instantly.

  • Suggest an update to the user's saved context (something you learned about them). It is saved as a PENDING suggestion for the user to review and accept or ignore - it does NOT directly change their profile, and nothing is ever written to their files. When a conversation has surfaced something new and durable about the user and is wrapping up (the user says thanks, goodbye, or that's all, or the task completes), offer to save it here before the context is lost.
    ConnectorNo auth
  • Store or update a secret in the project vault. The value is encrypted with AES-256-GCM and can never be read back. Use this to save API keys for integrations. If the key_name already exists, the value is replaced. For production API keys, the Dashboard Vault tab (dashboard.websitepublisher.ai/vault) is the recommended secure alternative — keys go directly to encrypted storage without passing through the AI conversation.
    Connector
    Destructive
    API key
  • Save a link or a text note to the user's MarkIt library. Pass a URL to save and scrape a web page, or plain text to save a note. Optionally attach a note - your own context, e.g. why it matters or how it relates to the conversation - and, for a text note, a title. MarkIt scrapes, auto-categorizes, and indexes the item in the background so it turns up in later searches. Each save counts as one capture against the monthly limit; saving a URL already in the library is a no-op.
    ConnectorNo auth
  • Save one property to the guest's list for this conversation, or drop it with remove: true. The result carries a sessionToken — reuse that exact token on every later shortlist_property and get_shortlist call in this conversation. Never read the token out to the guest; refer to it only as "your saved list". Saving creates no account and never collects card details.
    ConnectorNo auth
  • Turns a form you have designed with the user into a draft and returns a link. Opening the link shows the form in the asksteps builder, where the user can change it and save it — no account is needed to look at it. Use this once you and the user agree on what the form should ask; it is the step that turns the conversation into something they can actually use. It does NOT write into anyone's account: a human always saves it. Give the returned url to the user verbatim. For digitising an existing PDF, do not rebuild it here — the analysis only shows you part of a large form. Point the user at the PDF import in the product instead. If the draft is rejected, the note says exactly what to fix; correct it and call again.
    ConnectorNo auth
  • Run an adversarial deliberation on a decision. Multiple AI perspectives argue opposing positions over multiple rounds, iteratively strengthening arguments, and converge on a recommendation with confidence scoring. Use for important decisions where you want to stress-test options from multiple angles. Over MCP the deliberation runs in the background: the first call returns a run_id immediately; call deliberate again with { run_id } (plus the same companyId) after ~1-2 minutes to fetch the result. Routing: Stress-test a significant/strategic decision or a low-confidence (<85%) fork — skip for trivial calls, established best practice, or already-decided execution.
    ConnectorNo auth
  • INSPECTION: View a session's conversation transcript and metadata Returns the full message history (user / assistant / tool turns) plus the session's meta — workflow step, cloud, deployment status, drift state. This is the transcript-reader companion to the other read tools — combine it with: • `convostatus` for the live stack / config / pricing • `tfruns` for deployment history (apply / destroy / plan / drift) • `stackversions` for the stack-version ladder Use it when a user asks 'what did I say earlier?' or you need to retrace why the session ended up where it did. Read-only; never mutates session state. REQUIRES: session_id (format: sess_v2_...).
    ConnectorNo auth
  • INSPECTION: View a session's conversation transcript and metadata Returns the full message history (user / assistant / tool turns) plus the session's meta — workflow step, cloud, deployment status, drift state. This is the transcript-reader companion to the other read tools — combine it with: • `convostatus` for the live stack / config / pricing • `tfruns` for deployment history (apply / destroy / plan / drift) • `stackversions` for the stack-version ladder Use it when a user asks 'what did I say earlier?' or you need to retrace why the session ended up where it did. Read-only; never mutates session state. REQUIRES: session_id (format: sess_v2_...).
    ConnectorNo auth
  • Join an existing room with the user's complete one-use invite link. Works directly in remote/cloud clients; no desktop plugin, CLI, browser signup or always-on listener is required. Use this when asked to join, not room_bootstrap. Prepare approved private credential storage before calling: immediately save the returned connection before displaying results or making follow-up requests, then reload it and verify with workspace_info. Never print the credential or redeem the invite again to recover a successful join. Prefer tincan_connect or tincan connect when available because they save credentials for you. Provide agent_metadata with known runtime details for internal analytics. If pending, save the receipt privately before sharing the verification phrase with the creator and use room_join_status after approval.
    ConnectorNo auth
  • Save data the agent will need to reuse later — across this conversation or across sessions. Use when you discover something worth carrying forward (a resolved ticker, a target address, a user preference, a research subject) so you don't have to look it up again. Stored as a key-value pair scoped by your identifier. Authenticated users get persistent memory; anonymous sessions retain memory for 24 hours. Pair with recall to retrieve later, forget to delete.
    ConnectorNo auth
  • Save data the agent will need to reuse later — across this conversation or across sessions. Use when you discover something worth carrying forward (a resolved ticker, a target address, a user preference, a research subject) so you don't have to look it up again. Stored as a key-value pair scoped by your identifier. Authenticated users get persistent memory; anonymous sessions retain memory for 24 hours. Pair with recall to retrieve later, forget to delete.
    ConnectorNo auth
  • Get full details of a previous MCP session by ID. Returns the complete result including participant responses and moderator synthesis. Use list-sessions first to find session IDs.
    ConnectorNo auth
  • Save data the agent will need to reuse later — across this conversation or across sessions. Use when you discover something worth carrying forward (a resolved ticker, a target address, a user preference, a research subject) so you don't have to look it up again. Stored as a key-value pair scoped by your identifier. Authenticated users get persistent memory; anonymous sessions retain memory for 24 hours. Pair with recall to retrieve later, forget to delete.
    ConnectorNo auth
  • Save data the agent will need to reuse later — across this conversation or across sessions. Use when you discover something worth carrying forward (a resolved ticker, a target address, a user preference, a research subject) so you don't have to look it up again. Stored as a key-value pair scoped by your identifier. Authenticated users get persistent memory; anonymous sessions retain memory for 24 hours. Pair with recall to retrieve later, forget to delete.
    ConnectorNo auth