BellD / DevelopersDocumentation · latest

MCP tools

Source: cli/src/mcp/tools.ts

Start the local stdio gateway with belld mcp. The closed tool list below is extracted from the repository.

belld_whoami

Read the authenticated workspace membership.

Read · belld whoami

belld_workspace_list

List accessible workspaces.

Read · belld workspace list

belld_product_list

List products with cursor pagination.

Read · belld product list

belld_product_get

Read one product.

Read · belld product get

belld_product_create

Import a repository by URL and ref. Polls source freeze to a terminal state; default timeout 600 seconds.

Write · belld product create

belld_revision_list

List revisions, optionally filtered by product.

Read · belld revision list

belld_revision_get

Read one revision and its evaluation summaries.

Read · belld revision get

belld_revision_confirm

Confirm the detected descriptor for a product revision.

Write · belld revision confirm

belld_evaluate

Evaluate qualification and poll to a terminal state; default timeout 600 seconds. Inspect qualification.status before creating a release.

Write · belld evaluate

belld_pipeline_run_get

Read one pipeline run and its findings.

Read · belld pipeline-run get

belld_release_create

Create a staged release. Provide exactly one of version_id or revision_id; a revision must resolve to exactly one version.

Write · belld release create

belld_deploy

Deploy a release to staging; returns the deployment without polling.

Write · belld deploy

belld_deployment_get

Read one deployment once; does not poll.

Read · belld deployment get

belld_surface_get

Read one surface once; does not poll.

Read · belld surface get

belld_usage

List capability usage, optionally filtered by product and outcome.

Read · belld usage

belld_budget_list

Read current monthly usage budgets.

Read · belld budget list

belld_binding_list

List provider binding metadata with cursor pagination.

Read · belld binding list