New Your team’s decisions, in one playbook every coding agent works from. Never answer your agent twice

get_advisors

Gets a list of advisory notices for the Supabase project. Use this to check for security vulnerabilities or performance improvements. Include the remediation URL as a clickable link so that the user can reference the issue themselves. It's recommended to run this tool regularly, especially after ...

SERVERSupabase SOURCE@modelcontextprotocol/server-supabase
Low RISK CLASS
Category Read
Parameters 20 required
Recommended Allowedsee the rule below
Registry record Grade D, identity verified Pull the record →

This record as markdown: /tools/supabase/get-advisors.md

What get_advisors does on Supabase

AI agents call get_advisors to retrieve information from Supabase without modifying anything. It is typically the context-gathering step in research, monitoring, and reporting workflows, before the agent takes action elsewhere.

ParameterTypeRequiredDescription
type string The type of advisors to fetch
project_id string

Parameters from the server's own tool schema.

Why get_advisors is rated Low

This tool retrieves and queries advisory information from Supabase without modifying, executing, or destructing any data. It is a read-only operation that helps users understand their project's security and performance status. The low severity reflects that misuse would only result in information disclosure, not system compromise or data loss.

From the tool's definition The tool description states it 'Gets a list of advisory notices' and is used to 'check for security vulnerabilities or performance improvements.' The action is purely informational retrieval with no side effects.

Questions about get_advisors

What does the get_advisors tool do? +

Gets a list of advisory notices for the Supabase project. Use this to check for security vulnerabilities or performance improvements. Include the remediation URL as a clickable link so that the user can reference the issue themselves. It's recommended to run this tool regularly, especially after making DDL changes to the database since it will catch things like missing RLS policies. It is categorised as a Read tool in the Supabase MCP Server, which means it retrieves data without modifying state.

What parameters does get_advisors accept? +

get_advisors accepts 2 parameters: type, project_id. The full parameter table on this page comes from the server's own tool schema.

How do I enforce a policy on get_advisors? +

Register the Supabase MCP server in PolicyLayer and add a rule for get_advisors: allow, deny, rate-limit, or require approval. Point your MCP client at the PolicyLayer proxy URL and the rule is enforced on every call, before it reaches Supabase. Nothing to install.

What risk level is get_advisors? +

get_advisors is a Read tool with low risk. Read-only tools are generally safe to allow by default.

Can I rate-limit get_advisors? +

Yes. Add a rate_limit block to the get_advisors rule in your PolicyLayer policy. For example, setting max: 10 and window: 60 limits the tool to 10 calls per minute. Rate limits are tracked per agent session and reset automatically.

How do I block get_advisors completely? +

Set action: deny in the PolicyLayer policy for get_advisors. The AI agent will receive a policy violation error and cannot call the tool. You can also include a reason field to explain why the tool is blocked.

What MCP server provides get_advisors? +

get_advisors is provided by the Supabase MCP server (@modelcontextprotocol/server-supabase). PolicyLayer sits as a proxy in front of this server to enforce policies before tool calls reach the server.

More on Supabase, and thousands of servers like it.

// THE MCP REGISTRY

PolicyLayer tracks 44,603 MCP servers and 515,000+ tools.

Every server has a live record: who publishes it, whether it answers without auth, its risk grade, every tool classified, the recommended policy. This page is one line of Supabase's. Pull the full record:

Teams ship this data inside their own products. See what a licence covers →

// GET IN TOUCH

Have a question or want to learn more? Send us a message.

Message sent.

We'll get back to you soon.