run_tab
Re-audits the tab's URL.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ID of the tab to re-audit. | |
| guest_token | Yes |
Re-audits the tab's URL.
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ID of the tab to re-audit. | |
| guest_token | Yes |
Changes observed during successful MCP inspections. Dates show when Glama detected each change.
Input schema / properties / id / descriptionAdded value: +"ID of the tab to re-audit."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. 'Re-audits' implies an action that likely modifies or triggers a process, but it does not state whether it is read-only, asynchronous, or has side effects, leaving significant ambiguity.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is extremely concise with no fluff, but it lacks structure and is under-specified for the complexity of the tool. It is a single sentence that does not front-load essential context beyond the basic action.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a tool with no output schema and no annotations, the description is severely incomplete. It does not explain what a 're-audit' entails, what the result or return value is, or any prerequisites or side effects, leaving the agent with insufficient information to invoke it correctly.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage is only 50% (only 'id' has a description), and the description adds no information about the parameters, particularly 'guest_token' which is undocumented. The description fails to compensate for the schema gaps.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the action ('re-audits') and the resource ('the tab's URL'), making the tool's purpose understandable. It distinguishes from sibling 'audit_url' by implying a repeat audit on an existing tab, though it doesn't explicitly name the alternative.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
No guidance is provided on when to use this tool versus alternatives like 'audit_url' or 'create_tab'. The description lacks context about prerequisites or scenarios where this tool is preferred.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Add one secure layer between your agents and this server.
Several tools relate to auditing (audit_url, get_audit, run_tab) which might cause confusion, but descriptions clarify the differences. Overall, there is some overlap but each has a distinct role.
Most tools follow verb_noun pattern, but a few (billing, contact, health, api_index) are plain nouns, making the naming inconsistent.
With 14 tools, the server covers core audit functionality plus auxiliary features like billing and health, which is appropriate for its scope.
The server provides tools for auditing URLs, managing tabs, retrieving results, patches, badges, and listing tools. Missing delete/update operations for tabs or audits, but these are not critical for a page audit service.