Skip to main content
Glama

list_project_connector_accounts

Read-onlyIdempotent

List sanitized connector account aliases for a project, with optional provider filter and pagination. Returns refs for use with other tools.

Instructions

List sanitized connector account aliases bound to one accessible project.

Use the returned connector_account_ref with generated connector tools and invoke_tool. Lightbulb enforces tenant, selected-company, project access, and RBAC on the underlying read. OAuth connection IDs, credentials, tokens, and unexpected server fields are never returned.

Args: project_id: Authenticated Project UUID. provider: Optional exact provider filter, such as shopify. offset: Zero-based offset into the sanitized, deterministically sorted rows. limit: Page size from 1 through 40.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo
offsetNo
providerNo
project_idYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes

Schema Changelog

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

  1. Addedv0.1.1

TDQS

A4.6/5.0
Behavior5/5

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

Beyond the annotations, the description discloses meaningful behavior: Lightbulb enforces tenant, selected-company, project access, and RBAC; OAuth connection IDs, credentials, tokens, and unexpected server fields are never returned; rows are deterministically sorted. This is valuable context an agent needs before calling.

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?

Purpose leads, followed by downstream usage, security/sanitization context, and compact parameter documentation. Every sentence contributes value and there is no redundant padding.

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 description covers purpose, downstream usage, security behavior, pagination semantics, and all parameter meanings. Since an output schema exists, not restating the full return structure is acceptable, and the connector_account_ref mention ties the tool into the broader invocation workflow.

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

Parameters5/5

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

Schema description coverage is 0%, but the Args section fully compensates by explaining each parameter: project_id as an authenticated Project UUID, provider as an exact filter with an example, offset as zero-based into deterministic sorted rows, and limit with a 1-40 range. This adds real meaning beyond the bare schema.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description states a specific verb and resource: listing sanitized connector account aliases bound to one accessible project. This clearly conveys what the tool does, though it does not explicitly name or differentiate against sibling tools like list_connectors.

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 clear downstream usage context: the returned connector_account_ref should be used with generated connector tools and invoke_tool. It does not explicitly state when not to use this tool or name alternatives, so it stops short of full routing guidance.

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/RPasquale/lightbulb-mcp'

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