| name | list-components |
| description | List CloudBees Unify components in an organization. Use when the user asks "what components do I have", "list services", or needs to look up a component name/ID before another operation. |
| allowed-tools | ["mcp__unify-mcp-server__*","Read","Grep"] |
| agent | unify-assistant |
List Components
List components in a CloudBees Unify organization via the Unify MCP server.
Inputs
organization (optional) — Unify organization name or ID. If omitted, list components from the user's default organization.
filter (optional) — substring to filter component names by.
Steps
- Call the
unify-mcp-server component-listing tool. Pass the organization if provided.
- If
filter is set, narrow results client-side (case-insensitive substring match on name).
- Render results as a markdown table:
Name | ID | Repository | Last activity.
- If zero components are returned, say so explicitly. Don't fabricate placeholder rows.
Notes
- First call may trigger OAuth in the browser. Tell the user this is expected.
- Component IDs are the right input for downstream skills (build status, workflow runs). Prefer IDs over names when chaining.