Skip to main content
Glama

Apps this workspace uses

list_discovered_apps
Read-onlyIdempotent

The SaaS applications the customer's own Google or Microsoft tenant says its people actually use, with how many distinct users were seen and whether Fallax ships a lure that impersonates that app. The single best predictor of whether a simulation is plausible, and the right input when suggesting what to simulate next. Returns nothing unless the workspace turned app discovery on.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observed

TDQS

A4.7/5.0
Behavior5/5

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

Beyond the readOnly/idempotent annotations, the description discloses that data comes from the customer's Google or Microsoft tenant, the specific output dimensions, and that it returns nothing unless app discovery is enabled. This is meaningful behavioral context the annotations do not provide.

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 sentences cover the tool's output, its strategic purpose, and an important empty-result caveat, with no filler. The most relevant identification is front-loaded and every sentence earns its place.

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 no-parameter, read-only listing tool, the description covers what the data is, where it comes from, what fields are included, and when it returns nothing. Even without an output schema, an agent has enough to call and interpret this tool correctly.

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?

The tool has zero parameters and an empty input schema, so there are no parameter semantics to clarify. With no parameters, the baseline 4 applies and the description does not need to compensate for schema gaps.

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 defines precisely what the tool returns—tenant-discovered SaaS apps, distinct user counts, and lure availability—and frames it as input for deciding what to simulate next. It clearly distinguishes this from sibling tools like get_program_summary or list_campaigns by naming its role in simulation selection.

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?

It explicitly positions itself as 'the single best predictor' and 'the right input when suggesting what to simulate next,' giving strong context for when to call it. It does not name excluded cases or alternative tools, so it stops short of full when/when-not guidance.

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.9/5.0
Disambiguation3/5

Most tools have distinct purposes, but get_programme_status and get_setup_status both report whether the continuous programme is running, and get_program_summary, get_breakdowns, and get_resilience_trend all expose similar rate metrics. Descriptions help clarify the differences, but an agent could still pick the wrong reporting tool for a given question.

Naming Consistency4/5

All names use a predictable lowercase snake_case verb_noun style with get_, list_, exclude_, pause_, and explain_. The main inconsistency is the program/programme spelling difference between get_program_summary and get_programme_status, and explain_send is a slightly less conventional noun.

Tool Count5/5

12 tools is a well-scoped size for a phishing-simulation insight and safety-control server. Each tool covers a distinct reporting angle or operational action without feeling padded.

Completeness3/5

The read and analytics surface is thorough, covering summaries, breakdowns, trends, evidence, setup, and individual explanations. However, the operational side is one-directional: exclude_person and pause_programme have no include or resume counterpart, and there is no campaign or person management tooling, leaving explicit dead ends.

Resources