Skip to main content
Glama

robot_annotate

Add metadata annotations to an ontology, including ontology IRI, version IRI, and annotation properties, with support for language-tagged and linked annotations.

Instructions

Add metadata annotations to an ontology.

Set the ontology IRI, version IRI, and add annotation properties. Each annotation value is a string like "rdfs:comment 'Example ontology'". Use link_annotation for IRI-valued annotations and language_annotation for language-tagged literals.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
inputNo
outputNo
ontology_iriNo
version_iriNo
annotationNo
link_annotationNo
language_annotationNo
typed_annotationNo
annotation_fileNo
remove_annotationsNo
annotate_derived_fromNo
annotate_defined_byNo
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?

The description lacks details on side effects, such as whether the ontology is modified in place or a new file is created, and does not mention required permissions or state changes. With no annotations, the description carries the full burden but only partially addresses behavioral traits.

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 concise with three sentences, covers the main purpose first, and provides a clear example for annotation format. No extraneous information.

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 the tool having 21 parameters and no schema descriptions, the description only explains a small subset. Important aspects like output behavior, error conditions, and workflow are missing, making it incomplete for complex usage.

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?

Only three parameters (annotation, link_annotation, language_annotation) receive some explanation. The remaining 18 parameters (e.g., input, output, remove_annotations) are not described, leaving significant gaps given 0% schema coverage.

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 clearly states the tool adds metadata annotations to an ontology, with specific actions like setting ontology IRI and version IRI. The name 'robot_annotate' is self-explanatory and distinct from sibling tools such as robot_convert or robot_filter.

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

Usage Guidelines2/5

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

No guidance is provided on when to use this tool versus alternatives like robot_rename or robot_remove. No context about prerequisites or scenarios is given.

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