Skip to main content
Glama

Campus Jobs Radar 校招雷达

Search Jobs

search_jobs

按条件搜索国央企校招岗位/招聘项目。

参数: city: 工作地点关键词(如 "深圳"、"广东";为空查全部) major: 专业关键词,对"专业要求原文"做包含匹配(如 "计算机"、"会计") graduate_year: 届别,如 "2027"(为空查全部) keywords: 对岗位名/单位名做包含匹配 kind: "岗位" | "招聘项目" | "宣讲会"(为空查前两类) only_open: 只返回未截止的(默认 True) limit/offset: 分页(默认每页 20)

返回字段含截止日、截止状态、专业要求原文、原公告链接、数据复核日期。 未写明的条件留空(null),本服务不猜测;重大决策请打开 source_url 核对原文。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
cityNo
kindNo
limitNo
majorNo
offsetNo
keywordsNo
only_openNo
graduate_yearNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.3/5.0
Behavior4/5

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

With no annotations, the description carries the full burden, and it delivers: it explains null handling ('未写明的条件留空(null),本服务不猜测'), advises verifying important decisions against source_url, and discloses returned fields such as deadline, status, and data review date. It lacks rate-limit/auth details, but these are less critical for a read/search operation.

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 purpose is front-loaded and the parameter list is compact and structured, with each line carrying operational meaning (defaults, matching behavior, return fields). Slight length is justified by the need to document 8 parameters at 0% schema coverage.

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

Completeness5/5

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

For an 8-parameter search tool with no annotations, the description covers every parameter, defaults, kind semantics, open-status filtering, return fields, null policy, and source verification guidance. Since an output schema exists, detailed return-value documentation is not required.

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

Parameters5/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 document all 8 parameters—and it does, with examples (city, major, graduate_year), enum semantics (kind), default behavior (only_open, limit/offset), and matching rules (major matches 专业要求原文, keywords match job/company name). This fully compensates for the bare 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?

States a specific verb ('搜索') and resource ('国央企校招岗位/招聘项目'), with clear condition-based behavior. This naturally distinguishes it from siblings get_job_detail (single job detail) and list_deadlines (deadline-oriented listing).

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?

Implies use when searching or filtering job postings by conditions, and provides rich parameter guidance. However, it does not explicitly say when to use this tool versus get_job_detail or list_deadlines, nor does it state exclusions or alternative routing.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.