get_schema_entity
Retrieve full details for a specific entity, including all fields, relationships, and metadata. Explore entities in depth before building queries.
Instructions
Get detailed information for a specific entity including all fields.
Retrieves complete entity definition with all scalar fields, relationships, and metadata. Use this after get_schema_summary() to explore specific entities in detail before building queries.
Args: entity_name: Name of the entity to retrieve (from get_schema_summary)
Returns: Complete entity data including all fields, relationships, and metadata.
Workflow: get_schema_summary → You are here → generate_query_template → validate_query → execute_graphql
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| entity_name | Yes |