Skip to main content
Glama
liftkkkk

OWL MCP Server

add_individual

Add a new individual to an ontology by specifying its class name and optional initial properties. Changes are not saved automatically and require explicit save.

Instructions

向本体添加一个新个体,并指定所属类。修改不会自动保存,需调用 save_ontology。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
class_nameYes所属类的 local name
propertiesNo可选:初始属性键值对,如 {"amount": 100.0, "currency": "CNY"}
individual_nameYes新个体的 local name
Behavior4/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It correctly indicates that this is a write operation and emphasizes that changes are not auto-saved, which is key for the agent to understand post-use steps.

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 two sentences, each serving a distinct purpose: stating the function and providing a critical usage caveat. There is no extraneous information.

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

Completeness4/5

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

Given the tool's simplicity (3 parameters, nested object, no output schema), the description covers the essential behavioral context (save requirement). However, it could mention validation or error cases, but it is still fairly complete for a straightforward add operation.

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

Parameters3/5

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

The description does not add meaning beyond the input schema for the parameters. Since schema description coverage is 100%, a baseline score of 3 is appropriate. The schema already adequately describes individual_name, class_name, and properties.

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's purpose: adding a new individual to the ontology and specifying its class. This distinguishes it from sibling tools like add_class (which adds a class) and add_object_property_assertion (which adds a property assertion).

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 provides critical usage guidance: modifications are not automatically saved and require a call to save_ontology. This is a clear behavioral note but does not explicitly list when to use this tool versus alternatives.

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/liftkkkk/owl-mcp'

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