Skip to main content
Glama
Panelica

panelica-mcp

Official
by Panelica

panelica_laravel_apps_post_v1_laravel_apps_id_scheduler

Configure the scheduler for a Laravel application to run automated tasks. Use this tool to set cron jobs and manage recurring task execution.

Instructions

Set scheduler

HTTP: POST /v1/laravel/apps/:id/scheduler Category: Laravel Apps Required scopes: apps:write Mutating: changes server state.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesPath parameter: id
bodyNoRequest body (application/json). Schema not statically declared — see API docs.
Install Server

TDQS

B3.1/5.0
Behavior3/5

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

The description discloses required scopes ('apps:write') and explicitly marks the operation as mutating server state, which adds useful context beyond the annotations. It does not describe the actual side effects of setting the scheduler, but the readOnlyHint=false and idempotentHint=false annotations already partially cover the safety profile.

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 definition is short, front-loaded with the action, and uses labeled metadata lines (HTTP, Category, Required scopes, Mutating) that are all pertinent. It earns the 4 for efficiency, though it omits a sentence about the scheduler payload that would make it fully useful.

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

Completeness2/5

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

This is a mutating endpoint whose body is an open object ('additionalProperties': true, 'Schema not statically declared'), yet the description gives no hint of the expected scheduler configuration and there is no output schema. An agent still cannot confidently know what to send, which is a material gap for a write operation.

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%, so the schema documents 'id' as a path parameter and describes 'body' as a request body, giving the baseline a 3. The tool description adds no additional meaning about what fields the scheduler body should contain, and the body's own schema explicitly defers to API docs.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description uses a clear verb-resource pair ('Set scheduler') and repeats the HTTP POST path, which identifies the mutate endpoint for a Laravel app's scheduler and separates it from the GET scheduler sibling. It is slightly terse about what 'setting' the scheduler entails (schedule expression, enable/disable, etc.), so it stops short of a 5.

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?

There is no guidance about when to choose this tool over alternatives; the GET /v1/laravel/apps/:id/scheduler sibling is not mentioned, and no conditions or exclusions are stated. The action is implied by the name and POST method but not made explicit.

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

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/Panelica/panelica-mcp'

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