TARXDocs
⌘Ktarx.com →

Search Docs

Skip to Content
Support

Skills

Every skill works with Claude Desktop, Claude.ai, and any MCP-compatible client.

Available Tools

Status & Health

ToolDescription
tarx_statusSystem health and uptime

Memory

ToolDescription
tarx_rememberStore a memory, decision, or note permanently
tarx_recallSemantic search over stored memories
tarx_save_conversationPersist a conversation summary with key decisions

Spaces & Files

ToolDescription
tarx_list_spacesList all Spaces (projects)
tarx_list_filesList files indexed in a Space
tarx_project_contextLoad full project context — files, decisions, activity
tarx_recent_activityWhat was the user working on recently

Delegation

ToolDescription
tarx_delegateQueue a task for background execution
tarx_pending_tasksList tasks waiting in the delegation queue

Tool Annotations

Every tool includes MCP annotations for client optimization:

  • readOnlyHint: Tool doesn’t modify state (safe to call speculatively)
  • idempotentHint: Calling multiple times produces same result
  • openWorldHint: Tool accesses external systems
  • destructiveHint: Tool deletes or overwrites data

Client Profiles

TARX detects your MCP client and adjusts tool descriptions:

  • Minimal (Claude, Cursor, Windsurf): Short descriptions to save context window
  • Rich (custom clients): Detailed descriptions with args, return types, usage hints

OpenAI Function Calling

For OpenAI-compatible agents, TARX exports the launch-safe local context tools in function calling format:

curl https://mcp.tarx.com/openai-tools

This returns tarx_status, tarx_memory_store, tarx_memory_search, and tarx_context with JSON Schema parameters. Keep the handlers on the user’s Computer and execute them against http://127.0.0.1:11440 for private memory.