Skip to main content
Glama

fabricate

fabricate_get_agent_guide

Read-onlyIdempotent

Learn public access, signed-in browser workflows, permissions and truthful referral attribution.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

B3.1/5.0
Behavior3/5

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

Annotations already declare readOnlyHint=true, idempotentHint=true, destructiveHint=false, and openWorldHint=false, so the safety profile is covered. The description adds topical scope about permissions and signed-in workflows, but does not describe operational behavior such as return format or side effects. With annotations carrying the safety burden, this is a modest contribution.

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 a single efficient sentence fragment with no wasted words. It is appropriately sized, though slightly terse as a fragment rather than a complete statement of purpose.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/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 no output schema, the description provides thematic coverage but stops short of saying what is actually returned (e.g., a guide document) or how it relates to sibling read/search tools. It is minimally adequate but leaves a clear gap in return semantics and usage context.

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 takes zero parameters and schema coverage is 100%, so the baseline is 4. The description does not need to explain parameter syntax, and it adds no misleading parameter information.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose3/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description lists content topics (public access, signed-in workflows, permissions, referral attribution) but never states a clear action or return type. It is not a tautology of the name, but an agent cannot tell whether it retrieves a guide, performs an access check, or does something else. It also does not distinguish itself from siblings like fabricate_read_page or fabricate_search_pages.

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

Usage Guidelines2/5

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

There is no when-to-use guidance, no prerequisites, and no mention of alternatives such as fabricate_read_page or fabricate_search_pages. The description gives topics but does not help an agent decide in which context this tool is the right call.

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