7 tools from the Valets Schema MCP Server, categorised by risk level.
View the Valets Schema policy →get_decision Get full details for a specific data model decision by ID (e.g. 'D12', 'D22'). get_doc Get the raw Markdown documentation for a schema page. Use slugs like 'models/order', 'enums/payment-status', 'decisions/summary'. get_openapi Get the OpenAPI 3.1 specification. Optionally filter to a single component schema by name (PascalCase, e.g. 'Order', 'CustomerPayment'). get_schema Get the JSON Schema definition for a specific model or enum. Use kebab-case names (e.g. 'order', 'payment-status', 'customer-payment'). list_decisions List all data model decisions (D00-D37+) with their status and summary. 2/5 search_docs Search across all documentation pages for a keyword or phrase. Returns matching doc slugs with the first matching line for context. 2/5 The Valets Schema MCP server exposes 7 tools across 2 categories: Read, Execute.
Use Intercept, the open-source MCP proxy. Write YAML rules for each tool — rate limits, argument validation, or deny rules — then run Intercept in front of the Valets Schema server.
Valets Schema tools are categorised as Read (6), Execute (1). Each category has a recommended default policy.
Open source. One binary. Zero dependencies.
npx -y @policylayer/intercept