Skip to main content
Glama

WeJob

Search WeJob companies

wejob_search_companies
Read-only

Search public WeJob company profiles.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
sortNoOptional public result sort order.
limitNoMaximum number of results.
queryNoSearch query.
locationNoLocation filter.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultsYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed1 schema field changed
    • addedInput schema / properties / sort
      Added value: +{
      +  "description": "Optional public result sort order.",
      +  "enum": [
      +    "newest",
      +    "oldest",
      +    "deadline_soon",
      +    "deadline_later",
      +    "price_asc",
      +    "price_desc",
      +    "smallest",
      +    "largest",
      +    "founded_newest",
      +    "founded_oldest",
      +    "most_jobs"
      +  ],
      +  "type": "string"
      +}
  2. First observed

TDQS

A3.5/5.0
Behavior3/5

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

Annotations already declare readOnlyHint=true and destructiveHint=false, so the safety profile is clear. The description adds no behavioral context (e.g., pagination, data consistency, result availability), providing minimal extra value.

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?

A single, efficient sentence with no wasted words. It is appropriately front-loaded and immediately comprehensible.

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

Completeness3/5

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

The tool has 4 optional parameters and an output schema, but the description is minimal. It does not explain how search results are filtered or sorted, though the output schema partially compensates. Adequate but could be more complete.

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

Parameters3/5

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

Schema coverage is 100% with each parameter documented. The description does not add further meaning beyond the schema, so baseline 3 applies.

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 'Search public WeJob company profiles' clearly states the verb (search) and resource (company profiles), directly distinguishing it from sibling tools for formations and jobs.

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

Usage Guidelines2/5

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

No guidance on when to use this tool versus alternatives like wejob_search_formations or wejob_search_jobs, nor any context on prerequisites or exclusions.

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.