Skip to main content
Glama

perception_guide

Read-onlyIdempotent

Get guidance on how to use Perception's intelligence tools effectively. Returns tool overviews, role-specific tips, and multi-step research workflows.

WHEN TO USE:

  • User is new to Perception or asks "what can you do?" / "what tools are available?"

  • User wants a structured research workflow (e.g., "run a morning briefing", "do due diligence on Coinbase")

  • You want to suggest the best approach for a user's question

MODES:

  • "discover": Jobs first, then the three usage levels and full tool reference.

  • "research": A step-by-step interactive research plan.

  • "agent_workflow": A recurring system specification for Codex or Claude Code.

  • "workflow": Backward-compatible alias for "research".

AVAILABLE WORKFLOWS: Morning Briefing, Competitive Monitor, Newsjacking Discovery, Regulatory Landscape, Due Diligence Scan, Narrative Momentum, Market Sentiment Report, Outlet Strategy.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
modeYesMode: "discover" for jobs and the three usage levels, "research" for a multi-step analysis plan, or "agent_workflow" for a recurring system. "workflow" remains an alias for "research".
roleNoUser role for tailored suggestions: "researcher", "pr_comms", "bd_strategy", "investor", or "general" (default).
objectiveNoFree text describing the job. Used in research and agent_workflow modes to select the best plan or recurring workflow.

TDQS

A4.3/5.0
Behavior4/5

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

Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, so the safety profile is known. The description adds useful behavioral context beyond annotations: the modes ('discover', 'research', 'agent_workflow', 'workflow') and what each mode returns. There is no contradiction between the description and annotations.

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 wellorganized with clear sections: purpose, when to use, modes, and available workflows. Every section contributes to selection and invocation. It is longer than some tool descriptions, but the content is relevant and densely informative rather than verbose.

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 that there is no output schema, the description compensates by stating what is returned and by detailing mode-specific behavior and available workflows. It sufficiently supports correct invocation for a guidance tool, especially with 100% schema coverage and read-only annotations. A slight gap is that it does not describe the exact response structure or interaction pattern, but this is minor for a guide tool.

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

Parameters4/5

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

Schema description coverage is 100%, so parameters are already documented. The description adds value beyond the schema by explaining what each mode does in practice and listing available workflows, which helps the agent select an appropriate mode. This exceeds the baseline for fully covered parameters.

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 opens with a specific verb and resource: 'Get guidance on how to use Perception's intelligence tools effectively.' It clearly distinguishes this meta-tool from the data-gathering siblings by stating it returns tool overviews, role-specific tips, and multi-step research workflows. The purpose is immediately understandable and not a tautology.

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 an explicit 'WHEN TO USE' section with three concrete scenarios, such as new users asking 'what can you do?' and users wanting a structured research workflow. It gives clear context, but it does not explicitly state 'when not to use' or name alternative sibling tools as fallbacks.

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

A3.8/5.0
Disambiguation2/5

Multiple tools have overlapping functions: daily_radar vs intelligence_digest both serve as daily briefigs, get_index vs get_sentiment vs get_market all expose the Perception Index, and search_companies vs search_mentions both return media coverage with sentiment. Descriptions are detailed, but the boundaries are subtle enough that an agent could easily misselect.

Naming Consistency3/5

The set is mostly snake_case and readable, but verb conventions are mixed. Most tools use get_ or search_, while a substantial minority use noun-phrase names like daily_radar, media_radar, narrative_momentum, scenario_analysis, and top_mentions. This is inconsistent but not chaotic.

Tool Count3/5

With 23 tools, this falls into the heavy range (16-25). Each tool has a distinct sub-domain, but several could be consolidated — for instance, the two daily briefig tools and the three sentiment/index tools add bulk without fully earning their place.

Completeness4/5

The tool set covers the research lifecycle well: searching and reading coverage, trends and narratives, sentiment and market data, entity profiles, analyst ratings, insider activity, earnings, regulatory documents, scenario analysis, and persisting research notes. Minor gaps like no update/delete for saved notes are easy to work around.

Resources