Skip to main content
Glama

Get Resource's Sharing Groups

lyzr_sharing_get_resource_groups
Read-onlyIdempotent

List the sharing groups a resource belongs to using its type and ID. Optionally include the full root tree.

Instructions

List the sharing groups a given resource belongs to.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
root_treeNoWhether to include the full root tree (default false)
resource_idYesResource id
resource_typeYesResource type, e.g. agent, superflow
Behavior2/5

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

Annotations already declare readOnlyHint, idempotentHint, and openWorldHint, and the description simply repeats the 'list' nature without adding behavioral context such as return format, pagination, or side effects. It adds no value beyond the annotations.

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 a single concise sentence that efficiently communicates the tool's purpose with no unnecessary words or repetition.

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 simple list nature, the description is adequate. It lacks output format details, but with no output schema and clear annotations, the core information is sufficient for an agent to understand the tool's role, though some return expectations would be helpful.

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?

Schema description coverage is 100%, so the parameters are fully documented in the schema. The description adds no further semantic detail about the parameters, only vaguely referencing 'a given resource' without elaborating on resource_type or resource_id.

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

Purpose4/5

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

The description clearly states the tool lists sharing groups for a given resource, using a specific verb and resource. It distinguishes itself from related sharing tools by focusing on resource membership rather than listing all groups or retrieving a specific group, though it could be more explicit about this distinction.

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 lyzr_sharing_list_groups or lyzr_sharing_check_access. The description implies a use case but does not state when to prefer it or exclude other tools.

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