Get World Model
lyzr_world_model_getFetch a world model by its ID to access its details and configuration.
Instructions
Fetch a world model by id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| world_model_id | Yes | The world model id |
lyzr_world_model_getFetch a world model by its ID to access its details and configuration.
Fetch a world model by id.
| Name | Required | Description | Default |
|---|---|---|---|
| world_model_id | Yes | The world model id |
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint=true, idempotentHint=true, and openWorldHint=true, covering the safety profile. The description adds no extra behavioral context beyond these annotations; it does not mention return format, error behavior, or auth needs, but this is acceptable for a simple fetch operation.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single front-loaded sentence with no filler or redundant phrasing. It efficiently conveys the tool's purpose.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a one-parameter get-by-id tool with strong annotations and no output schema, the description is fully sufficient. It clearly indicates what resource is fetched and the required identifier, leaving no ambiguity for an agent.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The input schema has 100% coverage for the single required parameter 'world_model_id' with a clear description. The tool description's 'by id' mirrors this without adding extra meaning such as format, examples, or constraints, so it stays at the baseline for high schema coverage.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description 'Fetch a world model by id.' uses a specific verb ('Fetch') and resource ('world model') with a clear scope ('by id'). It distinguishes itself from siblings like list, create, delete, and update operations.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description implies usage when a world_model_id is held, but does not explicitly state when to use this tool over alternatives like lyzr_world_model_list_by_agent. There is no mention of exclusions or prerequisites, so the guidance is only implied.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/nandanNM/lyzr-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server