Skip to main content
Glama

robot_report

Run quality control SPARQL checks on OWL ontologies to identify violations at ERROR, WARN, INFO severity levels and generate a report.

Instructions

Run quality control SPARQL checks and generate a violation report.

Executes a set of QC queries (default or custom profile) and reports violations at three severity levels: ERROR, WARN, INFO. Use fail_on to set the threshold (e.g. "ERROR" or "WARN").

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
inputNo
outputNo
fail_onNo
labelsNo
profileNo
limitNo
base_iriNo
tdbNo
formatNo
working_directoryNo
catalogNo
prefixesNo
add_prefixNo
noprefixesNo
verboseNo
strictNo
xml_entitiesNo
extra_argsNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/5

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

With no annotations, the description bears full behavioral burden. It discloses the core action (running QC queries and generating reports) and key options (profile, fail_on), but omits side effects, resource implications, or error behaviors.

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 short and front-loaded with the purpose. It uses two sentences, both informative, with no redundancy. Could slightly benefit from listing key parameters but remains efficient.

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

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Despite having an output schema, the description lacks coverage for 16 out of 18 parameters. The complexity of the tool (many options) demands more detail for agents to invoke it correctly without trial and error.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 0%, and the description only explains two parameters (profile and fail_on) out of 18. Most parameters (e.g., input, output, limit, base_iri) remain entirely unexplained, leaving the agent with minimal semantic guidance.

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 explicitly states the tool runs QC SPARQL checks and generates a violation report with severity levels (ERROR, WARN, INFO) and a fail_on threshold. This clearly distinguishes it from sibling tools like robot_query or robot_validate_profile.

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?

It explains when to use the tool (for QC checks with customizable profiles) and mentions the fail_on parameter to set exit threshold. However, it does not explicitly state when not to use it or compare with alternatives like validate_profile.

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

Install Server

Other Tools

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/musen-lab/robot-tool-mcp'

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