Skip to main content
Glama

permission_sets_get

Retrieves complete details of a permission set including its individual permissions and capabilities by ID.

Instructions

Get detailed information about a specific permission set by ID.

Retrieves complete information about a single permission set including its contents (individual permissions).

Workflow tips:

  • Use permission_sets/list to find permission set IDs first

  • Response includes detailed permission contents

  • Shows which specific capabilities are granted

  • Cached for 15 minutes for better performance

Common use cases:

  • Get permission set details: { "id": "f07d229d-088a-4144-a40f-1fe64295d180" }

  • View permission contents and capabilities

  • Check what actions a permission set allows

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesID of the permission set (UUID)
Behavior4/5

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

No annotations provided, so description carries full burden. It discloses caching behavior (15 minutes) and mentions response contents (detailed permissions, capabilities). Does not mention any side effects, which is correct for a read operation.

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?

Well-structured with sections for workflow tips and use cases. Every sentence adds value, though some slight redundancy between 'Get detailed information' and 'Retrieves complete information'.

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 tool's simplicity (1 parameter, no output schema), the description is quite complete: explains purpose, workflow, caching, and response content. Could be improved with more explicit response structure, but it's adequate.

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?

The single parameter 'id' is described in the schema as 'ID of the permission set (UUID)'. The description adds value by giving an example UUID and advising to use list to find IDs, which helps the agent understand how to obtain valid values.

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 'Get detailed information about a specific permission set by ID.' It uses a specific verb and resource, and distinguishes from sibling tools like list and get_assignments by mentioning the prerequisite to use list first.

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?

Provides explicit workflow tips (use list first, response includes contents, cached for 15 minutes) and common use cases with an example. Lacks explicit when-not-to-use guidance, 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/iamsamuelfraga/mcp-pipedrive'

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