get_project_components

Retrieves component information from DOORS Next (Requirements Management), including component hierarchy, properties, and metadata.

Purpose

This tool fetches component details for a specific project area, including component hierarchy, properties, and metadata. Use this tool when you need to understand project structure, navigate component hierarchies, or access component-specific information.

Tags: RM | Read | Basic

Input parameters

Parameter Type Required Description
project_area_uuid string Yes The project area ID (UUID format starting with underscore)
component_id string No Specific component ID to retrieve. If not provided, returns all components for the project area

Output schema

Field Type Required Description
success boolean Yes Indicates whether the operation completed successfully
count integer No Total number of components retrieved
components array[object] No List of component objects (see Component Object below)
message string No Human-readable status or informational message
raw_response string No Raw XML/JSON response from the server for debugging
error string No Error message if the operation failed

Common use cases

  • Listing all components in a project area
  • Retrieving specific component metadata and properties
  • Navigating project structure and component hierarchies
  • Accessing component configurations before querying requirements
  • Understanding component relationships and dependencies
  • Verifying project structure before performing bulk operations