Skip to main content
Glama

get_my_project_access

Determine your membership and access level for a project, including inferred permissions, to understand what actions you can perform.

Instructions

Return the current user's membership and inferred access hints for a project.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
projectYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
membershipYes
project_idYes
project_nameYes
current_user_idYes
inference_basisYes
current_user_nameYes
project_identifierYes
inferred_can_edit_projectYes
inferred_is_project_adminYes
inferred_can_manage_membershipsYes

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. Changed3 schema fields changedv0.3.7
    • addedInput schema / additionalProperties
      Added value: +false
    • removedOutput schema / $defs / MembershipSummary / properties / url
      Removed value: -{
      -  "title": "Url",
      -  "type": "string"
      -}
    • changedOutput schema / $defs / MembershipSummary / required
      Previous value: -[
      -  "id",
      -  "principal_id",
      -  "principal_name",
      -  "project_id",
      -  "project_name",
      -  "role_ids",
      -  "role_names",
      -  "can_update",
      -  "can_update_immediately",
      -  "url"
      -]New value: +[
      +  "id",
      +  "principal_id",
      +  "principal_name",
      +  "project_id",
      +  "project_name",
      +  "role_ids",
      +  "role_names",
      +  "can_update",
      +  "can_update_immediately"
      +]
  2. Changed2 schema fields changedv0.3.5
    • removedOutput schema / properties / project_links
      Removed value: -{
      -  "items": {
      -    "type": "string"
      -  },
      -  "title": "Project Links",
      -  "type": "array"
      -}
    • changedOutput schema / required
      Previous value: -[
      -  "project_id",
      -  "project_name",
      -  "project_identifier",
      -  "current_user_id",
      -  "current_user_name",
      -  "membership",
      -  "project_links",
      -  "inferred_is_project_admin",
      -  "inferred_can_edit_project",
      -  "inferred_can_manage_memberships",
      -  "inference_basis"
      -]New value: +[
      +  "project_id",
      +  "project_name",
      +  "project_identifier",
      +  "current_user_id",
      +  "current_user_name",
      +  "membership",
      +  "inferred_is_project_admin",
      +  "inferred_can_edit_project",
      +  "inferred_can_manage_memberships",
      +  "inference_basis"
      +]
  3. Addedv0.3.3
  4. Removedv0.3.0
  5. First observedv0.2.2

TDQS

A3.6/5.0
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 behavioral disclosure burden. It clarifies this is a read-style operation and that the result is the current user's own membership with 'inferred' access hints, adding some context, but it does not explain the meaning of 'inferred access hints' or any limitations/error semantics.

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, front-loaded sentence with no filler. Every word contributes to understanding the tool's core function.

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

Completeness3/5

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

The tool is simple with one parameter and an output schema, so the description need not explain return structure. However, it is incomplete for a tool with no annotations: it lacks guidance on when to use it, what 'inferred access hints' means, and how the project parameter should be supplied, leaving the agent to guess these important aspects.

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

Parameters2/5

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

The single parameter 'project' has zero schema description coverage and the description does not add any meaning beyond the schema's title. The tool description mentions 'for a project' but provides no guidance on ID format, project reference type, or required context, failing to compensate for the low schema coverage.

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 returns the current user's membership and inferred access hints for a specified project, using a specific verb ('Return') and a specific resource. It differentiates itself from siblings like list_project_memberships and get_current_user by focusing on the current user's project-specific access context.

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

Usage Guidelines3/5

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

The description implies usage when needing the current user's project access/membership information, but it provides no explicit guidance on when to use this over alternatives like get_membership or list_project_memberships, nor does it mention exclusions or preferred contexts.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

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/jtauschl/openproject-ce-mcp'

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