Skip to main content
Glama

acc_get_project

Read-only

Retrieve project details and per-product activation status to confirm activation completed after project creation.

Instructions

Get one project's details including per-product activation status (docs, designCollaboration, ...). Use after acc_create_project to check that product activation finished (statuses become 'active').

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
account_idNoAccount id — speeds up region detection
project_idYesProject id (bare GUID or 'b.'-prefixed)

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

Annotations provide readOnlyHint: true, and the description adds useful behavioral context: the tool returns per-product activation statuses that transition to 'active' after creation. This goes beyond the annotation by explaining the polling use case, though it does not detail additional response behaviors (handled by output schema).

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 concise sentences, front-loaded with the primary function and followed by a usage hint. No fluff or redundancy.

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?

The tool has a simple parameter set, an output schema (so return values are handled), and clear annotations. The description fully specifies the tool's role in the workflow—checking activation after project creation—making it complete for selection and invocation.

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 already described in the schema (account_id as speed-up hint, project_id with GUID format). The description adds no new parameter-level meaning, so the baseline of 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 clearly states the verb ('Get') and resource ('one project's details') and specifies the scope (per-product activation status). It distinguishes itself from sibling tools by focusing on detailed retrieval for a single project after creation, distinct from listing or item-level tools.

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 explicitly says 'Use after acc_create_project' to check activation status, providing a clear context for when to use it. It does not mention alternatives or exclusions, but the guidance is specific and actionable.

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/nhantruong96/acc-mcp'

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