comal.dev mascotcomal.devalpha
  • new chat
  • chats
  • agents
  • tools
  • memories
  • settings
RECENT

    no chats yet.

sign in to save history

tools

Agents

Create agent
write

Creates a new agent with the specified configuration.

Delete agent
write

Deletes an agent owned by the current user.

Diff agent versions
read

Compares two version snapshots of an agent and returns a structured field-level diff covering model, system prompt, tools, sub-agents, and evals.

Get agent details
read

Returns full configuration for a specific agent including tools and sub-agents.

List agents
read

Lists all agents owned by the current user.

List available models
read

Returns the available model groups and model IDs for agent configuration.

List available tools
read

Returns the available tool registry with IDs, names, descriptions, and groups.

List agent versions
read

Lists agent configuration version snapshots (newest first) with model, prompt, tools, sub-agents, and evals captured at each point.

Revert agent to version
write

Reverts an agent's configuration to a previous version snapshot. Creates a new version reflecting the reverted state.

Update agent
write

Updates an existing agent's configuration.

Update agent suggestions
write

Replaces an agent's starter suggestions shown in empty chats.

Core

Current time
read

Returns the current date and time in the user's timezone.

Cost

Summarize agent cost
read

Summarizes an agent's chat spend: total cost, average cost per turn, a per-model breakdown, and the costliest conversations, with an optional date floor.

Evals

Create eval
write

Creates a new eval for an agent and snapshots a new version reflecting the change.

Delete eval
write

Deletes an eval and snapshots a new agent version reflecting the removal.

Get eval history
read

Lists historical eval runs for an agent, newest first and paginated. Optionally filters to a single eval. Each run carries its score, output, rationale, the agent version it ran against, and the conversation id of its trace.

List evals
read

Lists evals for an agent with their latest run summaries (score, output, rationale, per-trial aggregate).

Run eval suite
write

Runs every eval for an agent in one batch (up to 3 at a time) and records each run with its score.

Run eval
write

Runs a single eval against the agent's current configuration, records the run with its score, and saves its execution as a traceable conversation.

Update eval
write

Updates one or more fields on an existing eval and snapshots a new version reflecting the change.

GitHub

GitHub read
read

Reads files from public GitHub repositories in batch.

Memory

Delete memory
write

Delete a saved memory by id. Use when the user asks to forget a fact, or to clean up an outdated entry.

Save memory
write

Save a durable fact about the user (preferences, identity, context) that should survive across conversations. Use for stable facts, not turn-by-turn details. Saved memories become searchable on the next turn after embedding.

Search memory
read

Search saved user memories by semantic similarity. The chat already injects the top matches for the current user message; call this for targeted lookups that the auto-injection didn't surface.

TMDB

TMDB discover movies
read

Discovers movies on TMDB by genre, year, language, and sort order.

TMDB discover TV
read

Discovers TV series on TMDB by genre, first-air year, language, and sort order.

TMDB movie details
read

Fetches full TMDB metadata for a movie by id.

TMDB search
read

Searches TMDB across movies, TV, and people in a single request.

TMDB trending
read

Lists what's trending across movies, TV, and people on TMDB.

TMDB trending movies
read

Lists trending movies on TMDB.

TMDB trending TV
read

Lists trending TV series on TMDB.

TMDB TV details
read

Fetches full TMDB metadata for a TV series by id.

Traces

Get conversation trace
read

Returns the projected execution trace for a conversation: timed steps with tool calls, inputs/outputs, errors, and token usage.

List agent traces
read

Lists recent conversations for an agent with aggregated timing, event count, and cost. Returns summaries only; use traces-get for full per-step detail.

Web

Web fetch
read

Fetches the contents of a URL and returns it as markdown, text, or HTML.

Web search
read

Searches the web (via Tavily) and returns a list of titles, URLs, and snippets.

Wikidata

Wikidata item
read

Fetches a Wikidata item's labels, descriptions, statements, and sitelinks by Q-id.

Wikidata resolve ids
read

Resolves Wikidata Q-ids and P-ids to labels and descriptions in batch.

Wikidata search
read

Searches Wikidata for entities by label and aliases.