Skip to main content
Glama

plan_intent

Start or revise a structured search plan to define the core question, query type, time sensitivity, and ambiguities for targeted web research.

Instructions

Optionally start or revise a structured search plan.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
domainNoOptional domain.
thoughtNoOptional concise planning note.
confidenceNoConfidence score.
query_typeYesQuestion type.
session_idNoExisting session to revise, or empty.
ambiguitiesNoComma-separated ambiguities.
is_revisionNoOverwrite the previous intent.
core_questionYesDistilled core question.
premise_validNoWhether the premise is valid.
time_sensitivityYesHow time-sensitive the answer is.
unverified_termsNoComma-separated terms to verify.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
errorNo
statusNosuccess
partialNo
session_idNo
error_detailNo
plan_completeNo
executable_planNo
completed_phasesNo
complexity_levelNo
phases_remainingNo
Behavior2/5

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

No annotations are provided, so the description must carry the behavioral disclosure burden. It only mentions starting or revising a plan, but does not explain what 'revise' entails, side effects, persistence, or any other operational behavior. The description is too vague to be transparent.

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 a single concise sentence with no redundant content. It is appropriately compact, though it sacrifices some useful context for brevity.

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

Completeness2/5

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

Despite having 11 parameters and a complex search-planning workflow, the description is minimal and does not explain how this tool fits into the overall process, what a 'structured search plan' is, or when it is appropriate to start versus revise. The output schema exists but does not compensate for the missing workflow context.

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 the schema already thoroughly documents all 11 parameters. The description adds nothing beyond the schema, meeting the baseline expectation.

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 verb+resource: 'start or revise a structured search plan.' It distinguishes from sibling tools like plan_search_term and plan_sub_query, which handle more granular components of the search plan.

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

Usage Guidelines3/5

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

The word 'Optionally' implies the tool is not always needed, but the description provides no explicit guidance on when to use it versus the alternatives (e.g., plan_search_term, plan_execution). There are no stated conditions or exclusions.

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/Timmyzzo/WebSearch-MCP'

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