com um clique
coral
// Query live sources through Coral MCP. Use when the task needs GitHub, Jira, Slack, Linear, Datadog, Sentry, files, or connected data.
// Query live sources through Coral MCP. Use when the task needs GitHub, Jira, Slack, Linear, Datadog, Sentry, files, or connected data.
Create or update a Coral source spec YAML for a custom HTTP API or local dataset. Use when authoring a standalone source for `coral source add --file`, or when adapting that spec into a Coral repo source under `sources/core` or `sources/community`.
Review new or updated Coral source manifests and source PRs for content, style, product fit, query ergonomics, documentation quality, and consistency with existing Coral sources. Use when Codex is asked to review a sources/core/name or sources/community/name source directory, a manifest.yaml, or a GitHub PR that adds or changes a Coral source.
| name | coral |
| description | Query live sources through Coral MCP. Use when the task needs GitHub, Jira, Slack, Linear, Datadog, Sentry, files, or connected data. |
Use this as the Coral entrypoint for external context. Query Coral before answering from assumptions or changing code when live external state matters.
coral CLI, compile Coral, copy binaries, or bootstrap a server unless explicitly asked.list_catalog or search_catalog; page large catalogs and narrow by schema or kind when useful.list_catalog or search_catalog for sql_reference, sql_call_example, and required_filters; use coral://guide for query patterns and coral://tables for table summaries.coral.columns for table columns, required filters, virtual columns, and descriptions.coral.table_functions for source-scoped function arguments and result columns.coral.inputs when source configuration affects the answer.sql: select useful columns, include required filters or function arguments, and add LIMIT unless complete output is requested.sql_reference; write github.pulls or "github"."pulls", not "github.pulls".sql_call_example, filling in required arguments before querying it.coral.columns for one table or coral.table_functions for one source when possible, and add LIMIT when reading broad metadata directly.NULL; check is_virtual.WHERE; inspect required_filters and is_required_filter.value = NULL; use is_set.If the MCP feedback tool is available, file feedback when Coral blocks progress, pushes an unproductive pattern, or a vendor tool was easier for the same read.
Include trying_to_do, tried, and stuck, with table/source names, query snippets, and error text. Do not file feedback for ordinary empty results or missing credentials unless Coral made the problem unclear.