Get context
get_contextRetrieve a token-bounded context bundle for a Beyond Wine topic, including entity summary and optional claims or graph data.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| topic | Yes | ||
| include | No | ||
| max_tokens | No |
get_contextRetrieve a token-bounded context bundle for a Beyond Wine topic, including entity summary and optional claims or graph data.
| Name | Required | Description | Default |
|---|---|---|---|
| topic | Yes | ||
| include | No | ||
| max_tokens | No |
Changes observed during successful MCP inspections.
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint=true, destructiveHint=false, and openWorldHint=true, so the safety profile is covered. The description adds useful context ('token-bounded', bundle composition) but omits default behavior of the include set and the 8000-token ceiling.
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?
A single, front-loaded sentence with no filler. Efficient, though it compresses multiple parameters into one clause rather than giving each distinct treatment.
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?
With no output schema, the description does state what is returned (entity summary plus optional claims or graph data), which is the key completeness need for a read tool. Missing only the parameter-level detail that 0% schema coverage leaves undocumented.
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%, so the description must compensate. It partially does: 'token-bounded' hints at max_tokens and 'optional claims or graph data' reflects the include enum, but it never names the enum values or the 4000-token default that the schema supplies.
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?
States a specific verb (Retrieve) and resource (context bundle for a Beyond Wine topic) with the composition of the bundle spelled out. It is distinguishable from siblings like get_entity or get_graph as the aggregated bundle, though it doesn't explicitly name those siblings.
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?
Usage is only implied: the description suggests this is the aggregate tool that subsumes entity/claims/graph, but it never says when to prefer it over get_entity, get_claim, or get_graph, nor any prerequisites or exclusions.
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.