Skip to main content
Glama

Get Fixture

get_fixture
Read-only

Get a fixture by its public ID including its raw source and normalized JSON content. Use this when you already have the fixture id; to browse the project's fixtures use list_fixtures. Requires project context.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
fixtureIdYesPublic ID (GUID) of the fixture to retrieve.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.5/5.0
Behavior4/5

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

The readOnlyHint annotation already communicates that this is a read-only operation, and the word 'Get' reinforces that. The description does not add extra behavioral details, but no contradiction exists and the annotation covers the main concern.

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 concise, front-loads the primary purpose, and uses only two sentences to cover functionality, usage guidance, and prerequisites.

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?

Given the simple input and lack of output schema, the description provides sufficient context: what the tool returns, when to use it, and the alternative tool for browsing. No critical information is missing.

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?

The schema fully describes the only parameter, fixtureId, as the public GUID of the fixture to retrieve. Since schema coverage is 100%, the description does not need to add much, though it could mention format expectations beyond GUID.

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 clearly states the tool's purpose: retrieving a fixture by public ID and returning both raw source and normalized JSON content. It also distinguishes itself from list_fixtures, which is for browsing.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

It explicitly says to use this tool when the fixture ID is already known and directs users to list_fixtures for browsing. It also notes that project context is required, giving clear usage conditions.

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