Skip to main content
Glama

tascan_reply_with_list

Reply to a task list WITH a task list — the two-way tasking primitive. Creates a new list linked into the parent's thread, aimed back at whoever sent the original (e.g. "Grant access — pick a window" with response_type date, or an info request with response_type text). The org gets pinged; the thread shows in both the worker portal and Simple Mode. Use tascan_get_thread-style follow-up via tascan_list_projects/tascan_get_report to read answers.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
tasksYesItems the recipient answers — each becomes a typed task
titleYesReply list title (e.g. "Before I can start...")
author_nameNoWho is replying (shown in the thread)
parent_list_idYesThe list being replied to

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed2 schema fields changed
    • changedInput schema / properties / tasks / items / properties / response_type / description
      Previous value: -"\"date\" for scheduling windows, \"text\" for info requests, \"choice\" needs response_config.options"New value: +"\"date\" for scheduling windows, \"text\" for info requests, \"choice\" needs response_config.options. \"link\" = the worker submits a URL. \"url\" = the worker visits a preset URL and confirms. \"file\" = the worker uploads a file."
    • changedInput schema / properties / tasks / items / properties / response_type / enum
      Previous value: -[
      -  "checkbox",
      -  "text",
      -  "number",
      -  "date",
      -  "choice",
      -  "photo"
      -]New value: +[
      +  "checkbox",
      +  "text",
      +  "number",
      +  "date",
      +  "choice",
      +  "photo",
      +  "link",
      +  "url",
      +  "file"
      +]
  2. Added

TDQS

A4.6/5.0
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

The description reveals observable behavior beyond what annotations state: creating a new list linked into the parent's thread, pinging the org, and showing the thread in both the worker portal and Simple Mode. It also explains the two-way nature of the tasking flow. While annotations already indicate this is not read-only, the description adds meaningful context about side effects (org ping, portal visibility) that directly informs an agent's expectations.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is compact but information-dense. The opening line communicates the core purpose in one sentence, and the rest adds genuine value (examples, response_type hints, follow-up guidance). It avoids redundant phrases and every sentence earns its place, though it could arguably be trimmed slightly without losing meaning.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a list-reply tool with a solid schema (100% coverage, required params clearly stated) and no output schema, the description fully covers what an agent needs: the purpose, the workflow context, examples of response types, and the follow-up tools to read answers. Nothing critical is missing for an agent to select and invoke this tool correctly.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The schema has 100% description coverage, so parameters are already well-documented. The description adds extra context on top by explaining response_type values in the schema (e.g., 'date' for scheduling windows, 'text' for info requests), which reinforces selection. It also frames parent_list_id and title with concrete examples beyond what the schema provides.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly identifies this as a two-way tasking primitive that replies to a task list with a new list linked into the parent's thread. It gives concrete examples of use cases (e.g., 'Grant access — pick a window' with response_type date) and distinguishes the tool's responsive nature. The verb 'Reply to' is specific and immediately tells an agent this is for responding to an existing task list, not creating a standalone one.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description explicitly frames this as the two-way tasking primitive and explains when to use it: to reply to a task list with a new list aimed back at the sender. It also provides follow-up guidance, telling agents to use tascan_get_thread-style follow-up via tascan_list_projects/tascan_get_report to read answers. This is a clear usage scenario with a pointer to related tools for the next step.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.