Skip to main content
Glama

order_think_tank_session_60

Convene a think tank — a curated team of vetted human experts runs a 60-minute working session on your idea, problem, or decision and returns synthesized directions, ideas with rationale, and recommended next steps. Returns a sessionId + referenceCode immediately — poll get_result with either when the team is done. Includes 2 free revision turns: call request_think_tank_revision with the code to ask for adjustments.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
mediaUrlsNoOptional. Publicly accessible URLs to reference material (images, decks, docs, links) the team should review.
descriptionYesThe idea, concept, or problem you want the think tank to work on. Be specific about the goal and any constraints.
buyerWalletAddressNoOptional. An EVM wallet address. If provided, you can later retrieve the deliverable on humantaste.app by connecting this wallet.
requestedDeliverablesNoOptional. What you want out of the session — e.g. "5 campaign concepts", "a positioning statement", "product name ideas".

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
tipYes
statusYes
messageYes
offeringYes
priceUsdcYes
sessionIdYes
referenceCodeYes
revisionTurnsYes

TDQS

A4.3/5.0
Behavior4/5

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

With no annotations provided, the description carries full disclosure burden. It reveals key behaviors: immediate return of sessionId and referenceCode, asynchronous completion requiring polling, and inclusion of 2 free revision turns. It also implies human involvement and a 60-minute working session, setting expectations around latency. It does not mention costs or failure handling, but the critical behavioral traits are well covered.

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?

The description is three well-structured sentences: purpose and deliverable, immediate return and polling instruction, and revision policy. Every sentence adds actionable information with no repetition or filler. Key details are front-loaded, making it easy for an agent to quickly grasp the tool's behavior.

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 complex asynchronous tool involving human experts, the description covers the essential workflow: what the session does, what is returned immediately, how to retrieve results, and how to request revisions. It correctly names relevant sibling tools (get_result, request_think_tank_revision) and gives enough context for an agent to select and invoke the tool without seeing the output schema in the description. The external output schema exists to handle return structure, so the description is sufficiently complete.

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?

The input schema already provides thorough descriptions for all four parameters (100% coverage), so the baseline is 3. The tool description itself does not add parameter-specific meaning beyond what the schema states, though it gives high-level context that the inputs will feed a human expert session. Schema is doing the heavy lifting, so no additional credit is warranted.

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 function: convening a 60-minute think tank session with vetted human experts and returning synthesized directions, ideas, and next steps. It distinguishes from sibling order_think_tank_session_30 by explicitly specifying the 60-minute duration, and from other consultation tools by describing the curated team and structured deliverable format.

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

Usage Guidelines4/5

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

The description provides explicit workflow guidance: poll get_result with the returned sessionId or referenceCode, and use request_think_tank_revision for the 2 included revisions. It does not directly compare this tool with the 30-minute variant or other expert services, but the asynchronous workflow and revision path are clearly laid out, giving the agent actionable next steps.

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.

TDQS

A4.2/5.0
Disambiguation5/5

Each tool targets a specific action or domain, with clear distinctions between similar ones (e.g., review_content vs prepublish_review for different review purposes, order_think_tank_session_30 vs _60 by duration). No ambiguity.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern with underscores, e.g., list_offerings, verify_certificate, request_human_approval. No mixing of conventions.

Tool Count4/5

17 tools is on the higher side but fully justified given the broad scope: expert consultations, think tanks, content reviews, verification, and human approval. Each tool serves a distinct purpose.

Completeness4/5

Covers the full workflow from discovery to ordering, revision, and on-chain verification. Minor gaps exist (e.g., no order cancellation or history listing), but core operations are well-represented.