Skip to main content
Glama
adog0822

@loxeai/mcp-server

by adog0822

Preview what a trust page would say right now

preview_trust_page
Read-onlyIdempotent

Builds a per-criterion evidence summary from a scan for a prospect's security team, with file/line/rule ID traceability and a recomputable fingerprint. Returns data only.

Instructions

Builds a per-criterion evidence summary from a scan, suitable for showing a prospect's security team. Every row traces to the file, line, rule ID, mapping confidence and timestamp behind it, and the document carries a fingerprint the viewer can recompute. This returns DATA ONLY — nothing is published and no file is written. It never emits a compliance badge or the words 'compliant' or 'certified': SOC 2 is an attestation that only a licensed CPA firm can issue, and this is an automated scan.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
batchIdYesBatch ID returned by scan_iac

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
scanYes
scopeYes
summaryYes
controlsYes
notCoveredYes
statusLineYesPrefixed INCOMPLETE SCAN when coverage cannot support a clean result.
disclaimersYes
generatedAtYes
documentTitleYesDeliberately not an audit/attestation title. Reserved terms.
documentFingerprintYes

Schema Changelog

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

  1. First observedv0.1.0

TDQS

A4.4/5.0
Behavior5/5

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

The description goes well beyond the readOnly/idempotent annotations by disclosing that no publish or file write occurs, that the output is data-only, and that it never emits compliance language like 'compliant' or 'certified' — with the CPA-attestation rationale explaining why. It also reveals a fingerprint mechanism the viewer can recompute, which is meaningful behavioral detail an agent would not infer from annotations alone.

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 front-loaded with the primary purpose and then adds traceability, non-publishing, and compliance guardrails. It is somewhat verbose, especially the CPA/attestation rationale, but every sentence contributes substantive context and none of it is filler.

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?

With one fully documented parameter, an output schema present, and annotations already establishing read-only and non-destructive behavior, the description is complete for safe invocation. It covers the tool's outputs, evidence lineage, side-effect absence, and content constraints, so an agent has everything needed to select and call it correctly.

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 coverage is 100% because batchId is documented as the batch ID returned by scan_iac. The description adds only 'from a scan' at a concept level and does not provide additional parameter-specific guidance, so the schema carries the load and the baseline of 3 is appropriate.

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: it 'builds a per-criterion evidence summary from a scan' for a prospect's security team. It also distinguishes itself from publication tools by emphasizing 'returns DATA ONLY — nothing is published and no file is written', which separates it from siblings like render_trust_page.

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 makes the usage context clear: use this when you need a previewable evidence summary without publishing or persisting anything. It does not explicitly name alternatives or say 'use render_trust_page when you want to publish', so it lacks an explicit when-not, but the data-only framing provides strong implicit guidance.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

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/adog0822/loxeai-mcp-server'

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