New Your team’s decisions, in one playbook every coding agent works from. Never answer your agent twice

validate_config

Validate a 3TG configuration object (.3tg.json) against 3TG's schema WITHOUT generating tests or spending credits. Use this whenever you or the user has hand-edited .3tg/config.3tg.json (or a per-source .3tg/<source>.md.3tg.json) — it catches the mistakes that would otherwise surface as confusing...

SERVER3TG Test Generation SOURCEhttps://mcp.3tg.dev/mcp
Low RISK CLASS
Category Read
Parameters 11 required
Recommended Allowedsee the rule below
Registry record Grade D, identity unverified Pull the record →

This record as markdown: /tools/dev-3tg-mcp/validate-config.md

What validate_config does on 3TG Test Generation

AI agents call validate_config to retrieve information from 3TG Test Generation without modifying anything. It is typically the context-gathering step in research, monitoring, and reporting workflows, before the agent takes action elsewhere.

ParameterTypeRequiredDescription
config object Yes The parsed 3TG configuration object to validate — the JSON contents of `.3tg/config.3tg.json` or a `.md.3tg.json` file. The agent reads the file from disk, pars

Parameters from the server's own tool schema.

Why validate_config is rated Low

This tool is a read-only validation/check operation. It examines a configuration file against a schema and reports errors without modifying files, executing code, or triggering test generation. It has no side effects—it purely retrieves and analyzes the structure of the configuration object to report validation results.

From the tool's definition Tool description states it performs validation and checking WITHOUT generating tests or spending credits. The verb 'validate' combined with 'catches mistakes' indicates pure schema verification against a configuration object with no side effects, data…

Questions about validate_config

What does the validate_config tool do? +

Validate a 3TG configuration object (.3tg.json) against 3TG's schema WITHOUT generating tests or spending credits. Use this whenever you or the user has hand-edited .3tg/config.3tg.json (or a per-source .3tg/<source>.md.3tg.json) — it catches the mistakes that would otherwise surface as confusing failures at generation time. WHAT IT CATCHES (via 3TG's -C check-config pass): - a value of the wrong type (e.g. mock-parameters set to a string instead of an object); - an unknown / misspelled key, including invalid rule names (e.g. rules.string.no-emppty or a no-such-rule); - any other Draft-7 schema violation. This complements the 3tg://schema/config resource: read that resource to discover the valid keys; call this tool to actively verify a concrete config before saving it. This tool is FREE — no clientId, no quota. On failure, problems lists the exact schema-violation lines 3TG reported; surface them to the user and help fix the config, then re-validate. A valid: true result means the config is structurally accepted by 3TG (it does not assert the values are semantically ideal for any particular source file). It is categorised as a Read tool in the 3TG Test Generation MCP Server, which means it retrieves data without modifying state.

What parameters does validate_config accept? +

validate_config accepts 1 parameter: config. Required: config. The full parameter table on this page comes from the server's own tool schema.

How do I enforce a policy on validate_config? +

Register the 3TG Test Generation MCP server in PolicyLayer and add a rule for validate_config: allow, deny, rate-limit, or require approval. Point your MCP client at the PolicyLayer proxy URL and the rule is enforced on every call, before it reaches 3TG Test Generation. Nothing to install.

What risk level is validate_config? +

validate_config is a Read tool with low risk. Read-only tools are generally safe to allow by default.

Can I rate-limit validate_config? +

Yes. Add a rate_limit block to the validate_config rule in your PolicyLayer policy. For example, setting max: 10 and window: 60 limits the tool to 10 calls per minute. Rate limits are tracked per agent session and reset automatically.

How do I block validate_config completely? +

Set action: deny in the PolicyLayer policy for validate_config. The AI agent will receive a policy violation error and cannot call the tool. You can also include a reason field to explain why the tool is blocked.

What MCP server provides validate_config? +

validate_config is provided by the 3TG Test Generation MCP server (https://mcp.3tg.dev/mcp). PolicyLayer sits as a proxy in front of this server to enforce policies before tool calls reach the server.

More on 3TG Test Generation, and thousands of servers like it.

Across the catalogue

// THE MCP REGISTRY

PolicyLayer tracks 44,603 MCP servers and 515,000+ tools.

Every server has a live record: who publishes it, whether it answers without auth, its risk grade, every tool classified, the recommended policy. This page is one line of 3TG Test Generation's. Pull the full record:

Teams ship this data inside their own products. See what a licence covers →

// GET IN TOUCH

Have a question or want to learn more? Send us a message.

Message sent.

We'll get back to you soon.