Skip to main content
Glama
groq

groq-compound-mcp-server

Official
by groq

ask_with_realtime_information

Ask questions requiring real-time information, such as news or current events, and receive answers using Groq models.

Instructions

Ask a question requiring real-time information (e.g., news, current events) using a Groq model.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
questionYesThe question to ask the model, especially if it requires real-time information (e.g., current news, recent events).
modelNoThe model to use (compound-beta or compound-beta-mini). Defaults to compound-beta. Use compound-beta-mini for quick answers.compound-beta
modeNoResponse mode ('minimal' or 'verbose'). Defaults to 'minimal'. 'verbose' includes executed tools in the response. This is very verbose and should only be used when the user asks for it or when the user query cannot be answered without it (always first try without it).minimal
include_domainsNoList of domains to specifically include in the search.
exclude_domainsNoList of domains to exclude from the search.
Behavior2/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations, the description carries full burden for behavioral disclosure. It states the tool uses a Groq model but does not explain whether it performs web searches, has latency, or requires network access. The presence of include/exclude domains suggests search functionality, but this is not explicitly stated, leading to potential misuse.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is concise, one sentence long, with the core purpose front-loaded. It avoids unnecessary words and is easy to parse. Minor improvement could be splitting into two sentences for better structure.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the lack of an output schema and the complexity of 5 parameters (some with enums), the description should provide more context, such as what the tool returns (e.g., an answer, possibly with citations) and when it might fail (e.g., non-real-time questions). It currently omits these details.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100%, providing baseline clarity. The description adds meaningful context beyond the schema, such as recommending compound-beta-mini for quick answers and advising verbose mode only when necessary, which helps the agent choose appropriate parameter values.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool's purpose: asking a question requiring real-time information using a Groq model, with examples like news and current events. It distinguishes itself from the sibling tool 'ask_with_code_execution' by focusing on real-time data needs.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description does not provide guidance on when to use this tool versus alternatives. It neither mentions when not to use it nor contrasts with the sibling tool. The lack of usage context leaves the agent to infer when real-time information is needed.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/groq/compound-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server