Skip to main content
Glama

access_request

Request access to private libraries and workflows. List, approve, or deny pending access requests directly from the terminal.

Instructions

Request access to a private library or workflow you cannot see, or — as the resource owner — list, approve, or deny pending requests. Use action="request" when a loaded workflow reports a locked library (see its requestAccess affordance). This works from the terminal — the user does not need to open the web app.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
mineNoFor action=list: list your own requests instead of a resource's pending requests.
actionYesrequest = ask for access; list = see requests (yours, or a resource's if you own it); approve/deny = resolve a request you own.
reasonNoOptional note to the owner (action=request).
requestIdNoThe access-request ID. Required for action=approve/deny.
resourceIdNoThe library/workflow ID. Required for action=request.
workspaceIdNoWorkspace ID. Defaults to your default workspace.
resourceTypeNoRequired for action=request (and action=list for a specific resource).
rejectionReasonNoOptional reason shown to the requester (action=deny).
Behavior2/5

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

No annotations are provided, so the description must fully disclose behavioral traits. It mentions the tool works from the terminal but doesn't cover side effects, permissions, rate limits, or error handling. For a tool involving access control, this is a significant gap.

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?

Two sentences front-loaded with the main purpose. Every sentence earns its place—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 the complexity of 8 parameters and no output schema or annotations, the description provides a good overview of actions and usage. However, it could detail return values or error cases, though it remains fairly complete for a request tool.

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 baseline is 3. The tool description adds context for the action enum and resource type but doesn't add meaning beyond what the schema provides. The schema's property descriptions are already clear.

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 the tool's purpose: requesting access to private libraries/workflows and managing pending requests as owner. It specifies verbs (request, list, approve, deny) and the resource type, distinguishing it from any sibling tool that doesn't handle access requests.

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 gives explicit guidance on when to use action='request' ('when a loaded workflow reports a locked library') and notes it works from the terminal. It implies contexts for other actions but doesn't explicitly exclude alternatives or state when not to use.

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/contextium-io/contextium-mcp-server'

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