Skip to main content
Glama

kaggle_accept_competition_rules

Get the URL to manually accept Kaggle competition rules in your browser.

Instructions

There is NO API to accept competition rules (it is a legal agreement). This returns the rules URL and instructs the user to accept it manually in the browser. It NEVER auto-accepts.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
competitionYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior5/5

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

The description goes beyond annotations (readOnlyHint=false, destructiveHint=false) by stating the tool never auto-accepts and that it is a relay for manual action. This provides full transparency about its behavior.

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

Conciseness5/5

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

Three compact sentences, each adding essential information: the API limitation, the tool's action, and a behavioral guarantee. No wasted words.

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

Completeness4/5

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

Given the tool has an output schema (not shown) and only one parameter, the description covers the core behavior (returns URL, manual action) and key constraint (no auto-accept). It misses potential details like what the URL looks like, but overall adequate.

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

Parameters2/5

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

The schema has 0% coverage (no description for the 'competition' parameter), and the tool description does not add any semantics about the parameter beyond its name. The agent must infer its meaning from context, which is insufficient.

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 returns the rules URL and instructs manual acceptance, with a specific verb 'returns' and resource 'rules URL'. It distinguishes itself from other competition tools by explicitly stating there is no API to auto-accept.

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

Usage Guidelines4/5

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

The description tells the agent to use this tool to get the rules URL and instruct manual acceptance, and explicitly states 'It NEVER auto-accepts.' This provides clear guidelines for when to use it, though it does not explicitly mention when not to use it or compare to siblings.

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/parkseokjune/kaggle-mcp'

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