Skip to main content
Glama

IA-QA — 130+ QA & Dev Tools for AI Agents

get_testing_guidelines

Read-onlyIdempotent

Query the IA-QA methodology knowledge base. Returns structured testing guidelines, assertion strategies, thresholds, best practices, and relevant MCP tools for a given topic. Call without a topic to list all available topics. Topics: llm-unit-testing, rag-pipeline, prompt-stability, prompt-ab-testing, embedding-quality, eval-framework, semantic-testing, auto-testing, security, api-testing, ci-cd, multimodal, llm-data-security, agent-observability, pro-tips, learning-paths, golden-dataset, selector-drift, qa-recipes, playbooks. Not sure where to start testing an LLM, RAG pipeline or agent? Call without a topic (or with "start-here"): it maps what you are testing to the tools to call and the output field to gate CI on. A plain question such as "how do I test my RAG" also resolves to the right topic.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
topicNoThe testing topic to retrieve guidelines for. Omit to get the start-here map and the full list of available topics.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
tipNo
topicNo
usageNo
keywordsNo
start_hereNo
available_topicsNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed3 schema fields changed
    • changedInput schema / properties / topic / description
      Previous value: -"The testing topic to retrieve guidelines for. Omit to get the full list of available topics."New value: +"The testing topic to retrieve guidelines for. Omit to get the start-here map and the full list of available topics."
    • changedInput schema / properties / topic / enum
      Previous value: -[
      -  "llm-unit-testing",
      -  "rag-pipeline",
      -  "prompt-stability",
      -  "prompt-ab-testing",
      -  "embedding-quality",
      -  "eval-framework",
      -  "semantic-testing",
      -  "auto-testing",
      -  "security",
      -  "api-testing",
      -  "ci-cd",
      -  "multimodal",
      -  "llm-data-security",
      -  "agent-observability",
      -  "pro-tips",
      -  "learning-paths",
      -  "golden-dataset",
      -  "selector-drift"
      -]New value: +[
      +  "start-here",
      +  "llm-unit-testing",
      +  "rag-pipeline",
      +  "prompt-stability",
      +  "prompt-ab-testing",
      +  "embedding-quality",
      +  "eval-framework",
      +  "semantic-testing",
      +  "auto-testing",
      +  "security",
      +  "api-testing",
      +  "ci-cd",
      +  "multimodal",
      +  "llm-data-security",
      +  "agent-observability",
      +  "pro-tips",
      +  "learning-paths",
      +  "golden-dataset",
      +  "selector-drift",
      +  "qa-recipes",
      +  "playbooks"
      +]
    • addedOutput schema / properties / start_here
      Added value: +{
      +  "type": "object"
      +}
  2. Changed1 schema field changed
    • changedInput schema / properties / topic / enum
      Previous value: -[
      -  "llm-unit-testing",
      -  "rag-pipeline",
      -  "prompt-stability",
      -  "prompt-ab-testing",
      -  "embedding-quality",
      -  "eval-framework",
      -  "semantic-testing",
      -  "auto-testing",
      -  "security",
      -  "api-testing",
      -  "ci-cd",
      -  "multimodal",
      -  "llm-data-security",
      -  "agent-observability",
      -  "pro-tips",
      -  "learning-paths",
      -  "golden-dataset"
      -]New value: +[
      +  "llm-unit-testing",
      +  "rag-pipeline",
      +  "prompt-stability",
      +  "prompt-ab-testing",
      +  "embedding-quality",
      +  "eval-framework",
      +  "semantic-testing",
      +  "auto-testing",
      +  "security",
      +  "api-testing",
      +  "ci-cd",
      +  "multimodal",
      +  "llm-data-security",
      +  "agent-observability",
      +  "pro-tips",
      +  "learning-paths",
      +  "golden-dataset",
      +  "selector-drift"
      +]
  3. Changed1 schema field changed
    • addedOutput schema / properties
      Added value: +{
      +  "available_topics": {
      +    "type": "array"
      +  },
      +  "keywords": {
      +    "type": "array"
      +  },
      +  "tip": {
      +    "type": "string"
      +  },
      +  "topic": {},
      +  "usage": {
      +    "type": "string"
      +  }
      +}
  4. Changed1 schema field changed
    • changedOutput schema / (root)
      Previous value: -nullNew value: +{
      +  "additionalProperties": true,
      +  "type": "object"
      +}
  5. Changed1 schema field changed
    • changedInput schema / properties / topic / enum
      Previous value: -[
      -  "llm-unit-testing",
      -  "rag-pipeline",
      -  "prompt-stability",
      -  "prompt-ab-testing",
      -  "embedding-quality",
      -  "eval-framework",
      -  "semantic-testing",
      -  "auto-testing",
      -  "security",
      -  "api-testing",
      -  "ci-cd",
      -  "multimodal",
      -  "llm-data-security",
      -  "agent-observability",
      -  "pro-tips",
      -  "learning-paths"
      -]New value: +[
      +  "llm-unit-testing",
      +  "rag-pipeline",
      +  "prompt-stability",
      +  "prompt-ab-testing",
      +  "embedding-quality",
      +  "eval-framework",
      +  "semantic-testing",
      +  "auto-testing",
      +  "security",
      +  "api-testing",
      +  "ci-cd",
      +  "multimodal",
      +  "llm-data-security",
      +  "agent-observability",
      +  "pro-tips",
      +  "learning-paths",
      +  "golden-dataset"
      +]
  6. First observed

TDQS

A4.6/5.0
Behavior4/5

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

Annotations already declare readOnlyHint, idempotentHint, destructiveHint=false, and non-open-world, so the safety profile is covered. The description adds useful behavior beyond that: it discloses the return shape and the flexible natural-language topic resolution, though it does not discuss limits or fallback behavior when a topic isn't recognized.

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?

Front-loaded with purpose and routing guidance, and every sentence except the topic enumeration adds new value. The inline topic list largely duplicates the schema enum, which is mild redundancy, but it remains readable and well structured.

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?

An output schema exists, so return values needn't be spelled out, yet the description still summarizes them. Combined with the routing logic and full parameter semantics, an agent has everything needed to select and invoke the tool correctly.

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?

Schema coverage is 100% and the enum is fully documented, so the baseline is 3. The description goes further by explaining the semantics of omitting the parameter and of the 'start-here' value plus free-text resolution, adding meaning beyond the raw enum list.

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?

States a specific verb (Query) and resource (IA-QA methodology knowledge base), and enumerates the exact content returned (guidelines, assertion strategies, thresholds, best practices, MCP tools). This clearly distinguishes it from siblings like prompt_test_suite or multimodal_eval_guide, which execute tests rather than retrieve reference guidance.

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?

Explicitly covers the no-topic case ('Call without a topic to list all available topics'), routes uncertain users to 'start-here', and even explains that a plain question like 'how do I test my RAG' resolves to a topic. When-to-use is fully specified with no inference required.

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