MCPVault

oe_history_list

MCP tool from Openevidence MCP by htlin222

Read your OpenEvidence question history

How to use it

oe_history_list is exposed by the Openevidence MCP MCP server. Add the server to your MCP client (Claude Desktop, Cursor, Windsurf and others), and the oe_history_list tool becomes available to the model automatically. See the full listing for setup details and every tool this server provides.

FULL OPENEVIDENCE MCP LISTING

Other tools in Openevidence MCP (18)

oe_answers_search

Full-text search (SQLite FTS5) over every answer this MCP has fetched — offline, zero rate-limit cost; returns highlighted snippets

oe_article_get

Fetch an article by id or /ask/ URL (the fetch-later half of oeask); returns followupquestions; saves artifacts; waitforcompletion to block until ready

oe_article_set_access

Toggle a conversation's share visibility — public:true → link-shareable (ANYONEWITHLINK), public:false → private (CREATORONLY); returns the /ask/<id> URL (you must own it; relay required)

oe_ask

Ask a question — fire-and-forget by default (returns a pending articleid); waitforcompletion:true to block; originalarticleid to follow up in the same thread

oe_auth_status

Check /api/auth/me through the relay (full network round-trip)

oe_collections_add_article

Add a chat to a collection

oe_collections_bulk_apply

Mint missing #-collections + add memberships per [{articleid, hashtags}] plan

oe_collections_classify

Auto-classify unsorted chats using log-odds-ratio signatures learned from your memberships + curated keyword rules

oe_collections_create

Create a collection (agent-managed names should start with #)

oe_collections_db_init

Create the local SQLite mirror (idempotent)

oe_collections_get

Get a collection (incl. nested questions[] = membership list)

oe_collections_list

List your collections

oe_collections_summary

Counts + last sync timestamps

oe_collections_sync_db

Refresh collections + memberships into SQLite

oe_collections_sync_history

Pull /api/article/list into the local SQLite chats table

oe_collections_unsorted

Chats with no #-collection membership; structured JSON

oe_health

Millisecond-fast local check of the relay pipeline (daemon + extension) — no network call, unlike oeauthstatus

oe_public_get

Read a conversation page from an /ask/<id> link as Q&A markdown turns — public links need zero setup; private ones use the relay tab or cookies.json