Retrieve your account summary including subscription state, next billing date, memory counts, and account creation date. Check subscription status or memory usage.
Fetch Telegram updates since a saved cursor to retrieve new messages, deleted messages, and other events. Use the returned cursor to continue; if updates remain, call again for the next batch.
Persistent, branch-aware workflow state memory MCP server for AI coding assistants. Tracks tasks, accepted decisions, and active blockers to prevent session context bloat and speed up development.
Enables detection of AI-generated content in images, videos, audio, and text via the AI or Not API. Supports media analysis tools for deepfakes, synthetic voices, and AI-written text.
Initialize a Telegram polling cursor by fetching the current updates state (pts, qts, date, seq, unreadCount). Call this once before telegram-get-updates, then persist the returned values in your agent state.
List keys in the agent's memory namespace, sorted by newest update. Use prefix filter and cursor pagination to browse metadata before fetching full values.
Identify the largest winning and losing trades on Hyperliquid to gauge market sentiment and narrative. Specify 'wins' or 'losses' to uncover top profitable or losing positions.
Retrieve fixed-rate borrow order history using filters for order ID, currency, state, or term, with cursor-based pagination for efficient navigation. For unified accounts only.
Resume mailbox synchronization from a saved cursor to retrieve only new changes to messages, folders, threads, and more. Avoid ad hoc searches by using state cursors for efficient incremental updates.