Skip to main content
Glama
d-veracity

dVeracity Semantic MCP server

Official
by d-veracity

ofp_validate

Read-only

Verifies data payloads against the canonical Open Footprint model and sector guardrails, reporting passed, denied, not applicable, or unevaluable when required inputs are missing.

Instructions

Check a data payload against the canonical Open Footprint model and, when a sector is named, that sector's published guardrails. Costs API credits per call. The response reports four distinct outcomes and never conflates them: guardrails passed, guardrails denied, guardrails do not cover this record type (not_applicable), or guardrails could not be evaluated because the payload lacks the inputs the rules read (unevaluable, with policy.missingInputs — canonical Open Footprint entities do not carry the e-ledger fields such as co2e_kg that the rules test). schema.coverage says which declared constraints were enforced and which the model does not declare (it declares no numeric ranges). If policy.ran is false or the outcome is unevaluable, do not report the payload as compliant — valid is null in that case.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
domainNoModel domain; required when the entity name is ambiguous
entityYesCanonical entity name, e.g. "Product Carbon Footprint"
sectorNoSector id to apply guardrails from, e.g. "extractives"
payloadYesThe instance to check, as an object
entityTypeNoThe record type the guardrails discriminate on, e.g. "directEmission". Without it the entity name is used, which usually matches nothing — the response then reports policy.outcome "not_applicable" and lists the types the rules do cover.

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv0.5.1

TDQS

A4.7/5.0
Behavior5/5

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

Annotations only indicate a read-only, non-destructive operation; the description adds substantial behavior: API credit costs, four mutually exclusive outcomes, the not_applicable and unevaluable cases, schema.coverage meaning, and valid being null when evaluation didn't occur. This is far beyond what the annotations convey and directly shapes how an agent should interpret results.

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 dense but every sentence carries essential information, starting with the main purpose and then the outcome taxonomy and compliance caveat. It avoids repetition of schema fields and does not pad the text.

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?

With no output schema, the description carries the burden of explaining return behavior, and it does so thoroughly: the outcome enum, policy.missingInputs, schema.coverage, policy.ran, and valid semantics. For a five-parameter tool with nested payloads and no declared output schema, this is a complete and safely actionable description.

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%, so the baseline is 3, but the description adds important behavioral semantics beyond field names: entityType defaults to the entity name and typically yields not_applicable, and canonical entities lack the e-ledger fields the guardrail rules test. This materially helps the agent provide a useful payload and interpret results.

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 states a specific action ('Check a data payload against the canonical Open Footprint model') and clarifies scope by adding sector guardrails when a sector is named. It clearly distinguishes the tool from generic validation siblings like validate_data by anchoring it to the canonical Open Footprint model and policy outcomes.

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

Usage Guidelines4/5

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

The description gives clear context for when the tool applies (canonical Open Footprint validation, optional sector guardrails) and includes a hard usage rule: do not report compliance if policy.ran is false or outcome is unevaluable. It does not explicitly name alternatives or state when-not-to-use it in favor of a sibling, so it falls short of a 5.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/d-veracity/semantic-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server