Skip to main content
Glama

PostHog get vision scanner

posthog_get_vision_scanner
Read-onlyIdempotent

Get one Replay Vision scanner by id, including its prompt/config and credit usage this month, for the operator or analytics agent. Use when inspecting a scanner before editing or enabling it. Only works if PostHog is connected.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesScanner UUID
companyIdYesFreedomOS company id to act within (you must be a member). Required for company-scoped tools.

Schema Changelog

Changes observed during successful MCP inspections.

  1. Added

TDQS

A4.3/5.0
Behavior4/5

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

Annotations already declare read-only, idempotent, non-destructive behavior, so the bar is lower. The description adds meaningful context beyond annotations: the PostHog connection dependency, the target audience (operator or analytics agent), and the inclusion of monthly credit usage in the result.

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?

Three short sentences with no filler: what it returns, when to use it, and the prerequisite. Each sentence earns its place and the most important information is front-loaded.

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?

For a simple two-parameter read-only lookup, the description is complete: it identifies the resource, the response contents, a canonical use case, the prerequisite, and the actor. Error handling is not described, but the annotations and schema already cover the safety profile.

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% and both parameters ('Scanner UUID' and 'FreedomOS company id...') are already well documented. The description reinforces that lookup is by id but adds no extra parameter-level meaning beyond the 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 names a specific verb ('Get'), a precise resource ('one Replay Vision scanner by id'), and the included payload ('prompt/config and credit usage this month'). It clearly distinguishes a single-item fetch from sibling list/create/update/delete scanner tools.

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 gives an explicit trigger condition: 'Use when inspecting a scanner before editing or enabling it.' It also states the PostHog connection prerequisite, though it does not explicitly name alternatives or state when not to use it.

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.

Resources