Skip to main content
Glama

twining_assemble

Retrieves a briefing of past decisions and warnings relevant to your task, providing context from previous agents before you modify code.

Instructions

Your FIRST call every session. Returns a briefing with decisions to respect, warnings to address, and handoff context from previous agents. Call BEFORE reading code or making changes.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
taskYesDescription of what the agent is about to do
scopeYesFile path, module, or area of codebase (e.g., "src/auth/" or "project")
max_tokensNoToken budget (default: from config, typically 4000)
agent_idNoAgent identifier for assembly tracking (default: main)
Behavior3/5

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

No annotations are provided, so the description carries the full burden. It describes the output (briefing with decisions, warnings, handoff) but does not disclose whether the tool has side effects or modifies session state. Given the context, it appears to be read-only, but this is not explicitly stated.

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

Conciseness5/5

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

Two sentences, front-loaded with the critical purpose and usage. No wasted words; every sentence earns its place.

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

Completeness4/5

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

The description covers purpose and usage well, but lacks details on the return structure (e.g., format of the briefing). For a critical first-call tool, slightly more detail would improve completeness, but it remains sufficient.

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

Parameters3/5

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

Input schema coverage is 100% with descriptions for each parameter. The description does not add additional meaning beyond what the schema provides, yielding a baseline score of 3.

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 states the tool's purpose as the first call each session, returning a briefing with decisions, warnings, and handoff context. It distinguishes itself from sibling tools (e.g., twining_record, twining_graph_query) by being the initialization tool.

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?

Explicitly instructs to call this tool first every session and before reading code or making changes, providing clear when-to-use guidance. No alternatives are listed, but the precedence is unambiguous.

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

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/daveangulo/twining-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server