list_bindings
List the configured data feeds (ingestion bindings) with their schedule — which datasets load, from where, how often.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target | No | ||
| source_id | No |
List the configured data feeds (ingestion bindings) with their schedule — which datasets load, from where, how often.
| Name | Required | Description | Default |
|---|---|---|---|
| target | No | ||
| source_id | No |
Changes observed during successful MCP inspections.
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description carries full burden. It does not disclose behavioral traits such as authentication requirements, pagination, rate limits, or any side effects. The tool is a read-only list operation, but the description does not confirm this.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single sentence that is concise and front-loaded with the primary action. It is well-structured for quick scanning, though it could be slightly more explicit about parameters.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given no output schema, the description partially explains return values (datasets, source, frequency). However, it omits parameter guidance and does not fully describe what the tool returns (e.g., list format, pagination). Adequate but incomplete for a simple list tool.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 0%, meaning the description must compensate. However, the description does not mention the two parameters (target, source_id) at all, leaving their meaning unclear. It adds no value beyond the schema.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
Description clearly states the verb 'List', the resource 'configured data feeds (ingestion bindings)', and the scope 'with their schedule — which datasets load, from where, how often.' It distinguishes from sibling tools like get_binding which would return a single binding.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description implies usage for listing bindings, but does not explicitly state when to use versus when not to use, nor does it mention alternatives like get_binding for a single binding. No exclusions or prerequisites are provided.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Add one secure layer between your agents and this server.