Skip to main content
Glama

get_logged_in_user_group

Get the group data associated with your current session. Use this to identify your user group in Mealie.

Instructions

Get Logged In User Group [GET /api/groups/self] Returns the Group Data for the Current User

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/5

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

No annotations are provided, so the description carries the full burden. It implies a read-only operation by stating 'Get' and 'Returns', but does not explicitly confirm no side-effects. It also omits mention of authentication requirements, rate limits, or what happens if the user is not logged in, though 'Current User' hints at authentication.

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

Conciseness4/5

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

The description is very short (two sentences) and front-loaded with the API endpoint. However, the first sentence 'Get Logged In User Group' is redundant with the tool name. Still, it is efficient and no wasted words.

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 no output schema, the description does not specify the structure of 'Group Data', which could be incomplete for agents needing to parse results. However, for a simple read tool with 0 parameters, it is mostly adequate. The presence of many sibling getters suggests more detail could help, but the core purpose is clear.

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

Parameters4/5

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

With zero parameters and 100% schema coverage (none needed), the description adds no parameter information, which is acceptable. Baseline is 4 for no parameters, and description does not detract.

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 'Returns the Group Data for the Current User', which is a specific verb-resource combination. It distinguishes itself from sibling tools like get_logged_in_user (user data) and get_group_members (members list) by specifying 'Group Data' and 'Current User'.

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 explicit guidance on when to use this tool versus alternatives such as get_group_members or get_logged_in_user. The description does not mention exclusions, prerequisites, or context where this tool is preferred.

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/2fst4u/mealie-mcp'

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