pub async fn execute_graphql_tool(
endpoint: &str,
api_key: &str,
query: &str,
variables: Value,
) -> GraphqlToolResultExpand description
Execute a linear_graphql tool call against the Linear API.
Uses the provided endpoint and API key (from Symphony’s tracker config).