> ## Documentation Index
> Fetch the complete documentation index at: https://docs.byul.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# byul://news

> MCP resource - URL-based news retrieval

## Description

Use `byul://news{?limit,cursor,sinceId,minImportance,q,symbol,startDate,endDate}` to retrieve news with the same parameters as REST.

## Example

```txt theme={null}
byul://news?limit=10&minImportance=7&symbol=AAPL
```

<Info>
  The resource payload matches the REST `GET /news` response format.
</Info>
