Skip to main content
Glama

acc_list_projects

Read-only

List projects in an ACC account with filters for status, platform, and name, plus pagination. Retrieve project templates using classification 'template' to prepare for project creation.

Instructions

List projects of an ACC account (hub), newest API, with filters and pagination. Also use this with classification='template' to discover project templates for acc_create_project.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo
offsetNo
statusNoFilter: active | pending | archived | suspended
platformNoFilter: acc | bim360
account_idYesAccount/hub id (with or without the 'b.' prefix)
name_containsNoFilter: project name contains this text
classificationNoFilter: production | template | component | sample

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

Annotations already declare readOnlyHint=true, so the safety profile is covered. The description adds behavioral context: it is the newest API (implying version/recommendation), supports filters and pagination (behavioral detail), and provides a template-discovery use case. No contradictions with annotations, and it enriches beyond the annotation alone.

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 front-loads the core purpose with a specific verb and resource, and the second adds a targeted use case. No wasted words, all sentences earn their place.

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 read-only list tool with an output schema and rich annotations, the description is complete. It covers the main listing use case, pagination/filter existence, and the template discovery workflow. The schema handles parameter details and output, so no major gaps remain.

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?

Schema description coverage is 71%, with limit/offset lacking descriptions. The description adds meaningful semantics for classification (use template to discover project templates) and mentions filters generally, which helps interpret the status/platform/name_contains filters. However, pagination params are not elaborated beyond schema defaults, so it doesn't fully compensate for the missing parameter descriptions.

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 lists projects of an ACC account (hub) and specifies it uses the newest API with filters and pagination. It distinguishes from siblings like acc_get_project (single project) and acc_list_hubs (hubs) by explicitly scoping to projects, and adds a distinct use case for discovering templates.

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 provides clear usage context: list projects with filtering/pagination, and specifically mentions using classification='template' to discover project templates for acc_create_project. It implies when to use this tool over get/create operations but doesn't explicitly state when not to use it or name alternatives, so it's not a full when/when-not guide.

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