Skip to main content
Glama

order_think_tank_session_30

Convene a think tank — a curated team of vetted human experts runs a 30-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 1 free revision turn: 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.2/5.0
Behavior4/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It clearly conveys that the session is asynchronous (returns IDs immediately, results later), that a free revision is included, and that the deliverable can be retrieved via a wallet address. While it doesn't mention cost or failure modes, it provides substantial behavioral context beyond the bare function.

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 efficient and well-structured. It opens with the core action, explains the key returns, and then provides follow-on guidance for polling and revisions. Every sentence adds value without unnecessary fluff or repetition.

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?

Given the complexity of an ordering tool for a human expert session, the description covers the key workflow: initiation, immediate confirmation, asynchronous completion, and revision. The presence of an output schema likely covers return detail, so the description doesn't need to. Minor gaps like pricing or cancellation are not addressed, but the overall context is solid.

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?

Schema description coverage is 100%, so every parameter already has a meaningful description in the input schema. The tool description itself adds little extra semantic value for parameters (e.g., it doesn't elaborate on mediaUrls or requestedDeliverables beyond what the schema states). This aligns with the baseline of 3 when the schema does the heavy lifting.

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 with a specific verb ('Convene a think tank'), describes the resource (a curated team of human experts), and specifies the 30-minute working session scope. It also distinguishes this from the 60-minute sibling tool by explicitly mentioning '30-minute working session'.

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 clear usage context by explaining the immediate returns (sessionId + referenceCode), how to poll for results using get_result, and how to request revisions using request_think_tank_revision. However, it does not explicitly compare with the 60-minute variant or state when one should choose 30 over 60, so it stops short of explicit exclusions.

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.