Skip to main content
Glama

List Plans in a Group

planner_list_plans
Read-onlyIdempotent

Retrieve all Microsoft Planner plans owned by a specified Microsoft 365 group. Provide the group ID to get the full list.

Instructions

List all Planner plans owned by a Microsoft 365 group. Get the group ID from planner_search_groups.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
group_idYesMicrosoft 365 group ID
response_formatNoOutput format: human-readable markdown (default) or structured JSONmarkdown
Behavior4/5

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

Annotations already declare readOnlyHint, idempotentHint, and openWorldHint, so the safety profile is covered. The description adds behavioral context beyond annotations by specifying the exact resource scope (plans owned by a specific group) and that it lists all such plans. No contradictions with 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 two sentences: the first states the core purpose, the second gives a practical prerequisite. It is front-loaded, concise, and contains no filler or redundant information.

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

Completeness5/5

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

For a simple list tool with strong annotations and a clear schema, the description provides the essential context: what is listed, how to get the required ID, and the read-only nature. No output schema exists, so return value details are not required.

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%, with both parameters (group_id and response_format) already documented in the schema. The description does not add new parameter semantics beyond what the schema provides, so the baseline 3 is appropriate.

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 ('List') and resource ('Planner plans') with a clear scope ('owned by a Microsoft 365 group'). It distinguishes from sibling tools like planner_list_tasks (tasks) and planner_get_plan (single plan).

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

Usage Guidelines4/5

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

The description clearly indicates when to use this tool (to list plans for a group) and includes a direct pointer to the prerequisite sibling tool (planner_search_groups) for obtaining the group ID. It does not explicitly exclude alternatives, but the context is clear.

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/mspstack/mcp-planner'

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