Skip to main content
Glama
Ash-Blanc

HackScout MCP

by Ash-Blanc

extract_rules_and_requirements

Retrieve hackathon rules, eligibility, judging criteria, and artifact requirements. Refresh from web when needed for up-to-date details.

Instructions

Return rules, eligibility, judging criteria, and artifact requirements.

If refresh_from_web=True and FIRECRAWL_API_KEY is set, scrape the event page to enrich stored rules text.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
hackathon_idYes
refresh_from_webNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/5

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

With no annotations, the description carries the burden of behavioral disclosure. It discloses the conditional web scraping behavior when refresh_from_web=True and FIRECRAWL_API_KEY is set, which is useful. However, it does not clarify whether 'enrich' implies writing to stored data, nor does it mention error handling or network dependency.

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?

The description is two sentences long, front-loaded with the core purpose, and includes only necessary conditional detail. 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 simple parameter set and the existence of an output schema, the description is mostly complete. It covers the core function and the main conditional behavior. However, it leaves ambiguity about whether refresh writes to storage, which is a minor gap in context for a tool that might have side effects.

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 description coverage is 0%, so the description must compensate. It explains the refresh_from_web parameter's effect and the external FIRECRAWL_API_KEY prerequisite. hackathon_id is not described but is self-evident from its name, so the description adds meaningful semantic context beyond the schema.

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 uses a specific verb ('Return') with a concrete resource list ('rules, eligibility, judging criteria, and artifact requirements'), which clearly distinguishes it from sibling tools like get_hackathon_details or list_tracks.

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

Usage Guidelines3/5

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

The description implies the tool is for retrieving rules and requirements, but does not explicitly state when to use it over alternatives or mention exclusions. The conditional refresh behavior gives some usage context, but no comparative guidance.

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/Ash-Blanc/hackscout-mcp'

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