Skip to main content
Glama

Get Safety Model

get_safety_model
Read-only

Use this when an agent needs to describe FlightSweeper's application-enforced policy, revocation, and idempotency model. Do not use it for real travel transactions or private data.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
policyYes
privacyYes
authorityYes
revocationYes
idempotencyYes

TDQS

A4.5/5.0
Behavior4/5

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

Annotations already declare readOnlyHint=true and destructiveHint=false, so the description doesn't need to restate safety. It adds useful context about the tool's informational scope (application-enforced model, not transactions/private data) and does not contradict any annotation. This goes slightly beyond what the structured fields alone convey.

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?

The description is two sentences, front-loaded with the primary use case and followed immediately by a necessary exclusion. There is no filler or repeated schema information, so 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 zero-parameter, read-only tool with an output schema, the description covers what it provides and when to avoid it. An agent needs nothing else to invoke it correctly, and the output schema handles return-value details.

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 the input schema fully documents that (100% coverage). With no parameters, the description has no parameter semantics to add, matching the baseline of 4 for parameterless tools.

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 concrete action context: describing FlightSweeper's application-enforced policy, revocation, and idempotency model. It distinguishes this from sibling tools by naming a specific domain (policy/revocation/idempotency) and adds a boundary statement ('Do not use it for real travel transactions or private data'), so an agent can tell it apart from get_challenge_capabilities and get_flight_tool_contracts.

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 gives an explicit positive trigger ('when an agent needs to describe...') and a clear negative constraint ('Do not use it for real travel transactions or private data'). It does not name alternative sibling tools, which prevents a 5, but the guidance is unambiguous for a simple informational tool.

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

A4.6/5.0
Disambiguation5/5

Each tool targets a distinct facet of the challenge—capabilities, tool contracts, safety model, and inventory—so an agent can select without ambiguity. The repetitive 'do not use for real travel' phrasing does not obscure the clear differentiation.

Naming Consistency5/5

All four tools follow a consistent get_<noun> pattern with clear, domain-specific nouns. Naming is predictable and uniform.

Tool Count5/5

Four tools is well-scoped for an informational challenge-orientation server. Each tool earns its place by covering a necessary aspect without redundancy.

Completeness5/5

The set fully covers the challenge's public boundary, available contracts, safety rules, and synthetic inventory. There are no obvious missing operations for the stated purpose of describing the challenge environment.