Read a Weaviate cluster's schema and run GraphQL reads, vector search included.
Connect a Weaviate cluster to inspect its collections and run read-only GraphQL queries, including nearText/nearVector search.
Connect
| Credential field | Required | Where it comes from |
|---|
API key (API_KEY) | No | The cluster's API key (optional for anonymous clusters). |
| Tool | Access | What it does |
|---|
Get schema (yekar.weaviate.get-schema) | Read | Read the cluster's collections (classes) and their properties - the map every query needs first. |
GraphQL query (yekar.weaviate.graphql-query) | Read | Run one Weaviate GraphQL read (Get, Aggregate, Explore) - vector search included via nearText/nearVector inside the query. |
Notes
- Point the Cluster URL at the Weaviate endpoint (Weaviate Cloud shows it on the cluster page).
- Copy an API key from the cluster's settings; anonymous clusters can connect without one.