Skip to main content
Glama

Get Context

lyzr_get_context
Read-onlyIdempotent

Retrieve a context by its ID to access agent and RAG data. Use this tool when you need a specific context stored in Lyzr Enterprise.

Instructions

Fetch a context by id.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
context_idYesContext id
Behavior2/5

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

Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, so the agent knows this is a safe read operation. The description adds no behavioral information beyond what the schema and annotations provide, such as error behavior or return payload. No contradiction exists.

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?

A single, front-loaded sentence 'Fetch a context by id.' is minimally sized with no wasted words. It is easy to parse at a glance.

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

Completeness3/5

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

The tool is simple, but the description does not clarify what a 'context' is, what the response looks like, or how this differs from similar get_context_* siblings. Given no output schema, some additional disambiguation would help, though the basic operation is clear.

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 schema provides 100% coverage of the single parameter context_id with a clear description. The tool description only repeats 'by id' without adding new semantic meaning, meeting the baseline for high 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 uses a specific verb 'Fetch' with the resource 'context' and the lookup mechanism 'by id'. This clearly distinguishes it from sibling tools like lyzr_list_contexts and lyzr_get_context_by_name_internal.

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

Usage Guidelines3/5

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

No explicit guidance is given on when to use this tool versus alternatives. It is implied that fetching by ID is the intended use, but the description does not mention exclusions or alternative tools, leaving the agent to infer from the name and schema.

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/nandanNM/lyzr-mcp'

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