Skip to main content

Weaviate

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 fieldRequiredWhere it comes from
API key (API_KEY)NoThe cluster's API key (optional for anonymous clusters).
SettingRequiredWhat it is
Cluster URL (CLUSTER_URL)YesThe Weaviate endpoint, e.g. https://my-cluster.weaviate.cloud.

Tools

ToolAccessWhat it does
Get schema (yekar.weaviate.get-schema)ReadRead the cluster's collections (classes) and their properties - the map every query needs first.
GraphQL query (yekar.weaviate.graphql-query)ReadRun 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.