Skip to main content
Glama

Ask Fugu (second opinion)

ask_fugu

Consult a separate LLM for a second opinion on self-contained problems like algorithms, proofs, or design trade-offs. Include full context in the prompt, as the model cannot access your repo or conversation.

Instructions

Ask Sakana Fugu (a separate orchestration LLM) for a second opinion on a HARD, SELF-CONTAINED problem, or to cross-check your own reasoning with a different model. Good for: a tricky algorithm/proof, a thorny design trade-off, a 'is my approach sound?' gut-check, or a multi-model panel on a discrete question. The prompt MUST contain all needed context — Fugu cannot see the repo, files, or this conversation. Do NOT use it for interactive or iterative repo work, multi-step edits, running commands, or anything that needs to read/modify local files — do that yourself. Calls can be slow (tens of seconds).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
promptYesThe full, self-contained problem or question to send to Fugu. Include all context Fugu needs — it cannot see your repo or conversation.
system_promptNoOptional system prompt to steer Fugu's role/behavior (e.g. 'You are a senior distributed-systems engineer.').
modelNoFugu model id. Omit to use the server's default (FUGU_DEFAULT_MODEL).
max_tokensNoMax output tokens. Defaults to 2000.
Behavior4/5

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

No annotations given, so description handles all burden. Discloses that Fugu is a separate LLM, cannot see repo/files/conversation, and calls can be slow (tens of seconds). Does not mention read-only/destructive but it's implied as a LLM call. Adequate for safe use.

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 well-structured paragraphs, front-loaded with purpose and key constraints. Every sentence adds value; no fluff. Efficiently conveys necessary information.

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?

Despite no output schema and no annotations, the description covers purpose, usage guidelines, parameter requirements, behavioral traits (slowness, self-contained), and limitations. Complete for an agent to select and invoke correctly.

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 coverage is 100% with descriptive parameter definitions. Description adds minor context (e.g., 'Include all context Fugu needs') but largely overlaps with schema. At baseline of 3 for high coverage; no significant value beyond schema.

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?

Title and description clearly state it's for a second opinion from a separate LLM. Specifies exact use cases (hard self-contained problems, tricky algorithms, design trade-offs) and distinguishes from sibling by explicitly stating what it is not for (interactive repo work, commands, etc.).

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 lists when to use (hard problems, gut-check) and when not (iterative repo work, multi-step edits). Provides context that prompt must be self-contained, and advises doing other tasks yourself. No ambiguity.

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/jamesaoyama/fugu-mcp'

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