Skip to main content
Glama

rem_create

Creates a new entity in a REMUS Jet project using project ID, entity type, and data, adding structured elements like requirements, actors, and use cases to the database.

Instructions

Create entity

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
dataYes
typeYes
project_idYes

Schema Changelog

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

  1. First observedv0.1.0

TDQS

D1.5/5.0
Behavior1/5

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

There are no annotations provided, so the description alone must disclose behavioral traits. It does not state that this is a write operation, what side effects occur (e.g., creating a new record), whether it requires special permissions, or what the response looks like. The phrase 'Create entity' only conveys the obvious intent without any additional behavioral context.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness2/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is extremely short, but this is a case of under-specification rather than effective conciseness. It consists of only two words and does not earn its place by adding value. A proper description would be longer but still concise; here the brevity sacrifices all utility.

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

Completeness1/5

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

Given the tool's complexity—three required parameters including a nested object and a large enum—and the absence of annotations or an output schema, the description is completely inadequate. It fails to explain what the tool does, what inputs are needed, or what the expected outcome is. An agent cannot reliably call this tool based on the current definition.

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

Parameters1/5

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

The schema description coverage is 0%, and the description adds no information about the parameters. While the schema lists 'data', 'type', and 'project_id' (with an enum for 'type'), the description does not explain what 'data' should contain, how 'type' maps to entity structures, or what 'project_id' refers to. The agent is left without any semantic guidance beyond the raw schema.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose2/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description 'Create entity' is essentially a restatement of the tool name 'rem_create'. It provides no specific verb+resource distinction and does not differentiate from siblings like 'rem_update' or 'rem_delete'. Without mentioning the 'type' or 'project_id' parameters, it leaves the agent uncertain about what entity is being created.

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?

The description offers no guidance on when to use this tool versus alternatives. It does not mention preconditions (e.g., project must exist), nor does it exclude cases where another tool (like 'rem_update') might be more appropriate. There is no contextual information to help the agent select this tool correctly.

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/christianmz565/remus-mcp'

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