Skip to Content
Skills

Skills

TARX skills are the AI capabilities exposed via MCP tools. Every skill works with Claude Desktop, Claude.ai, and any MCP client.

Available Tools (11)

Status & Health

ToolDescription
tarx_statusSystem health — all ports, daemon, model, uptime
tarx_cognitive_stateFocus depth, fatigue, recommended interaction style

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 Claude Code to execute
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 models, TARX exports tools in function calling format:

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

This returns all 11 tools with rich descriptions and JSON Schema parameters. Pass the result directly to tools in your chat completion request.

Last updated on