livepeer / livepeer/livepeer-data-mcp

[Feedback] :thumbsdown: negative — list_datasets missing dbt schema tables including cohort_members

Open
#27 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

feedback-negative mcp-feedback
Dominant language
TypeScript
Stars
0
Forks
1
PR merge metrics
No merged PRs in 30d

Description

## Feedback (negative)

**Question:** list_datasets missing dbt schema tables including cohort_members
**Tool:** `list_datasets`

### Notes
list_datasets does not surface any tables in the dbt.* schema. During this session, key production tables dbt.cohort_members and dbt.cohorts were only discoverable via SHOW DATABASES → SHOW TABLES FROM dbt. Any analyst building cohort analysis from scratch would miss these entirely. Recommended fix: add dbt.cohort_members and dbt.cohorts to the semantic schema (or at minimum to list_datasets) with proper describe_dataset entries including column definitions and join key documentation.

---
_Feedback ID: `5d048de8-e7f1-41af-bca9-3c2e1fed9c59` | Recorded at 2026-03-09T21:54:27.174Z_

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by locating the list_datasets implementation and the semantic schema or describe_dataset definitions. Check how SHOW DATABASES and SHOW TABLES FROM dbt expose dbt.cohort_members and dbt.cohorts, then add the missing dataset metadata and join-key documentation if the existing structure supports it. Done means both tables appear in list_datasets with column definitions available through describe_dataset.

Written by the indexing model from the issue text.

Assessment

Tech stack
typescript
Domain
database
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
45/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.