Skip to main content
Glama
aidvizhhub

camoufox-research

by aidvizhhub

session_wait_for

Wait until the specified text or selector appears on a live session page, then report whether it was found. Ensures page content is ready before proceeding.

Instructions

Ждать на живой странице сессии появления текста (text) или элемента (selector). Вернёт «дождался»/«не дождался». Требует session_start.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
textNo
timeoutNo
selectorNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

With no annotations, the description carries the full burden. It discloses the return result ('дождался'/'не дождался') and the session_start prerequisite, but it does not explain the underlying behavior: whether it blocks, how the timeout interacts, or what happens when both text and selector are absent. This is acceptable but thin.

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 short, front-loaded with the core behavior, and every sentence contributes: what it waits for, what it returns, and the prerequisite. No filler or repetition.

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

Completeness3/5

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

The tool has three optional parameters and no schema descriptions, so the description must clarify the operation. It covers the core wait-for behavior and return value, but leaves timeout semantics and the no-input case ambiguous. Given the output schema provides some structure, a mid-range score is fair.

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

Parameters2/5

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

Schema description coverage is 0%, so the description must compensate. It explains that text and selector are waited for, but it never mentions the timeout parameter, how the two conditions combine, or what empty defaults mean. The description adds only partial meaning beyond the bare 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?

The description states a specific verb and resource: wait on a live session page for text or a selector to appear, and returns one of two outcomes. It is clearly distinct from sibling session actions like session_click, session_text, or session_navigate.

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 description gives one prerequisite, 'Требует session_start', which is useful, but it does not explain when to prefer this tool over alternatives such as directly reading page state or polling with session_text. Usage context is implied rather than explicit, and no exclusions are mentioned.

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/aidvizhhub/camoufox-research'

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