site_guide
What Thales is, every machine-readable endpoint, and the verification standard the project holds itself to.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
What Thales is, every machine-readable endpoint, and the verification standard the project holds itself to.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Changes observed during successful MCP inspections. Dates show when Glama detected each change.
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. It does not state that the tool is read-only, safe, or idempotent. The content is implied but no details on side effects, auth requirements, or output format are given.
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 a single sentence, which is concise. However, it reads as a list of topics rather than a clear statement of functionality, reducing its effectiveness slightly.
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?
Given no parameters and no output schema, the description should fully explain what the tool returns. It lists three topics but does not clarify if the output is a concatenated string, a structured document, or multiple calls. This is incomplete for a zero-input tool.
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?
The input schema has zero parameters and schema description coverage is 100% trivially. The description does not add parameter meaning beyond the schema, but since there are no parameters, a baseline of 3 is appropriate.
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 lists topics ('What Thales is, every machine-readable endpoint, and the verification standard') but does not use a clear verb or specify the action of the tool. The name 'site_guide' suggests an informational role, but the purpose remains vague without stating whether it returns documentation, metadata, or a summary.
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?
The description provides no guidance on when to use this tool versus siblings like 'fleet_overview' or 'gate_status'. There are no use-case indications, prerequisites, or exclusions, leaving the agent to infer usage from the tool name alone.
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.
Each tool has a clear, distinct purpose: fleet_overview summarizes all sleeves, sleeve_record drills into one, gate_status tracks the go-live gate, kill_list logs rejected ideas, research_journal lists documents, research_note fetches a single document, and site_guide explains the platform. The only close pair is fleet_overview vs. sleeve_record, but their scopes (global vs. single sleeve) prevent confusion.
All tool names follow the same lowercase snake_case pattern with two tokens separated by an underscore (e.g., fleet_overview, gate_status, research_note). There are no mixed conventions like camelCase or inconsistent verb styles.
Seven tools is ideal for a read-only transparency platform. Each tool covers a distinct aspect of the domain without redundancy, and the count is well within the typical well-scoped 3–15 range.
The tool set fully covers its stated purpose: aggregate and per-sleeve performance, research journal and note retrieval, failure records, gate status, and self-description. There are no obvious dead ends—users can start at the overview, drill into details, and access all published documentation.